public int Dimension {get; set;}
'Declaration
Public Property Dimension As Integer
'Usage
Dim instance As AntiAliasingCommand
Dim value As Integer
instance.Dimension = value
value = instance.Dimension
public int Dimension {get; set;}
@property (nonatomic, assign) unsigned int dimension;
public int getDimension()
public void setDimension(int value)
get_Dimension();
set_Dimension(value);
Object.defineProperty('Dimension');
public:
property int Dimension {
int get();
void set ( int value);
}
Property Value
Value that indicates the size of the anti-aliasing mask. For example, a value of three indicates an anti-aliasing mask of 3 X 3. This parameter only accepts positive values.