GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ShowsCursors Property
In This Topic
    ShowsCursors Property
    In This Topic
    Gets or sets the visibility of the GoRulerCursors on the ruler.
    Syntax
    [Description("Determines wether the ruler's collection of GoRulerCursors will be displayed.")]
    [Category("Ruler Display")]
    [DefaultValue(true)]
    public virtual bool ShowsCursors {get; set;}

    Property Value

    The default value is true.
    See Also