ImageBorderSize Property
Summary
Gets or sets the number of pixels to leave as buffer between the control and the image.
Syntax
public int ImageBorderSize { get; set; }
Public Property ImageBorderSize As Integer
public:
property int ImageBorderSize {
int get();
void set ( int );
}
Property Value
The number of pixels to leave as buffer between the control and the image.