Gets or sets the rectangle's width.
Syntax
public int cX {get; set;}
public: __property int get_cX();
public: __property void set_cX(
int value
);
public:
property int cX {
int get();
void set ( int value);
}
'Declaration
Public Property cX As Integer
'Usage
Dim instance As ImGearSize
Dim value As Integer
instance.cX = value
value = instance.cX
Property Value
Any integer value.
See Also