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
'Declaration
Property LeftMargin As Integer
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Integer
instance.LeftMargin = value
value = instance.LeftMargin
int LeftMargin {get; set;}
__property int get_LeftMargin();
__property void set_LeftMargin(
int value
);
property int LeftMargin {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also