GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ShowsNumbers Property
In This Topic
    ShowsNumbers Property
    In This Topic
    Gets or sets the visibility of the numbers on the ruler.
    Syntax
    [Description("The visibility of the text on the ruler.")]
    [Category("Ruler Display")]
    [DefaultValue(true)]
    public virtual bool ShowsNumbers {get; set;}

    Property Value

    The default value is true.
    See Also