GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfAlignment Enumeration
In This Topic
    GoPdfAlignment Enumeration
    In This Topic
    Flags specifying how extra space is dealt with. Horizontal and vertical alignments are separate, and a combination of horizontal alignment and vertical alignment can be specified as HorizontalAlignment|VerticalAlignment
    Syntax
    [Flags()]
    public enum GoPdfAlignment : System.Enum 
    Members
    MemberDescription
    Bottom A vertical alignment flag indicating that the drawing should be as far to the bottom as possible.
    Center Indicates that the drawing should be centered in the available space.
    HStretch A horizontal flag indicating the drawing should be stretched to occupy the entirety of the available horizontal space.
    Left A horizontal alignment flag indicating that the drawing should be as far to the left as posible
    Right A horizontal alignment flag indicating that the drawing should be as far to the roght as possible
    Top A vertical alignment flag indicating that the drawing should be as far to the top as possible.
    VStretch A vertical flag indicating the drawing should be stretched to occupy the entirety of the available vertical space.
    See Also