Gets or sets the amount of extra space, in pixels, to leave between the left edge of the control and
the left-most item drawn inside the control.
Syntax
[Category("Appearance")]
[Description()]
public: __property int get_LeftMargin();
public: __property void set_LeftMargin(
int value
);
Property Value
Integer value.
See Also