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

    Property Value

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