public int CellWidth {get; set;}
'Declaration
Public Property CellWidth As Integer
'Usage
Dim instance As GlassEffectCommand
Dim value As Integer
instance.CellWidth = value
value = instance.CellWidth
public int CellWidth {get; set;}
get_CellWidth();
set_CellWidth(value);
Object.defineProperty('CellWidth');
public:
property int CellWidth {
int get();
void set ( int value);
}
Property Value
Value that represents the width of a cell in pixels or the number of cells present across the width of the image, based on the flags set in the Flags property. The valid range is between 2 and half the image width.