GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerCursor Class / Size Property
In This Topic
    Size Property (GoRulerCursor)
    In This Topic
    Gets or sets the pixel size of the GoRulerCursor.
    Syntax
    public virtual Size Size {get; set;}
    Remarks
    The Width describes how wide the cursor is along the length of the ruler (e.g. the breadth); the Height describes how tall the cursor is across the ruler (e.g. the length).
    See Also