Gets or sets the Margins object which specifies the area within
a Tool for cursor.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0
Syntax
C# |
---|
public Margins Margins { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Margins As Margins |
Visual C++ |
---|
public: property Margins^ Margins { Margins^ get (); void set (Margins^ value); } |
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.