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