GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class / DistanceTop Property
In This Topic
    DistanceTop Property
    In This Topic
    The distance between the left/top point and the Hexagon's top border.
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("The distance between the left/top point and the Hexagon's top border.")]
    public virtual float DistanceTop {get; set;}

    Property Value

    This defaults to 10. A negative number yields a concave figure.
    See Also