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