Gets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units.
public int PenWidth {get; set;}
'Declaration
Public Property PenWidth As Integer
'Usage
Dim instance As MosaicTilesCommand
Dim value As Integer
instance.PenWidth = value
value = instance.PenWidth
public int PenWidth {get; set;}
get_PenWidth();
set_PenWidth(value);
Object.defineProperty('PenWidth');
public:
property int PenWidth {
int get();
void set ( int value);
}
Property Value
Value that indicates the width of the pen used to draw tile boundaries, in logical units. Possible values range from 1 to 15. The pen uses the color stored in the BorderColor property.