Gets and sets the margin on the left most side of the control.
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the margin on the left most side of the control.")]
public int LeftMargin {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the margin on the left most side of the control.")]
public: __property int get_LeftMargin();
public: __property void set_LeftMargin(
int value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the margin on the left most side of the control.")]
public:
property int LeftMargin {
int get();
void set ( int value);
}
Property Value
An integer value which represents the left margin.