public int StrokeLength {get; set;}
'Declaration
Public Property StrokeLength As Integer
'Usage
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
instance.StrokeLength = value
value = instance.StrokeLength
public int StrokeLength {get; set;}
get_StrokeLength();
set_StrokeLength(value);
Object.defineProperty('StrokeLength');
public:
property int StrokeLength {
int get();
void set ( int value);
}
Property Value
Value that indicates the length of the colored pencil stroke, in pixels. Default value is 15.