GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCylinder Class / MinorRadius Property
In This Topic
    MinorRadius Property
    In This Topic
    Gets or sets the length of minor radius of the cylinder's ellipse.
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("The length of cylinder's ellipse's minor radius.")]
    public virtual float MinorRadius {get; set;}

    Property Value

    This defaults to 10. If given a negative value, it uses zero instead.
    See Also