Gets or sets the amount of extra space, in pixels, to leave between the top edge of the control and the
top-most item drawn inside the control.
Syntax
int TopMargin {get; set;}
__property int get_TopMargin();
__property void set_TopMargin(
int value
);
property int TopMargin {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also