Gets or sets the value that indicates the border width, in pixels.
public int Border {get; set;}
'Declaration
Public Property Border As Integer
'Usage
Dim instance As RomanMosaicCommand
Dim value As Integer
instance.Border = value
value = instance.Border
public int Border {get; set;}
get_Border();
set_Border(value);
Object.defineProperty('Border');
public:
property int Border {
int get();
void set ( int value);
}
Property Value
Value that indicates the border width, in pixels. The valid range is from 1 to 15.