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