Gets or sets the number of pixels by which to resize the region.
public int Dimension {get; set;}
'Declaration
Public Property Dimension As Integer
'Usage
Dim instance As ResizeRegionCommand
Dim value As Integer
instance.Dimension = value
value = instance.Dimension
public int Dimension {get; set;}
get_Dimension();
set_Dimension(value);
Object.defineProperty('Dimension');
public:
property int Dimension {
int get();
void set ( int value);
}
Property Value
Number of pixels by which to resize the region. This property only accepts positive values.