public int XBlock {get; set;}
'Declaration
Public Property XBlock As Integer
'Usage
Dim instance As DiceEffectCommand
Dim value As Integer
instance.XBlock = value
value = instance.XBlock
public int XBlock {get; set;}
get_XBlock();
set_XBlock(value);
Object.defineProperty('XBlock');
public:
property int XBlock {
int get();
void set ( int value);
}
Property Value
If the
DiceEffectCommandFlags.ResizeImage flag is set, this property represents the width of each block, in pixels. If the
DiceEffectCommandFlags.Count flag is set, this property represents the number of blocks per row.