GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / Alignment Property
In This Topic
    Alignment Property (GoImage)
    In This Topic
    Gets or sets the alignment for the image, which governs its Location.
    Syntax
    [Category("Appearance")]
    [DefaultValue(2)]
    [Description("The image alignment")]
    public virtual int Alignment {get; set;}

    Property Value

    The default value is GoObject.TopLeft.
    See Also