CursorSettingsMargins Property

Gets or sets the Margins object which specifies the area within a Tool for cursor.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public Margins Margins { get; set; }

Property Value

Margins

Remarks

The Margins object defines a rectangle by specifying the distance of its sides from the edges of the parent Tool object in which the cursor will be painted.

See Also