Gets or sets item's height.
Syntax
public new int Height {get; set;}
public: __property new int get_Height();
public: __property new void set_Height(
int value
);
public:
new property int Height {
int get();
void set ( int value);
}
'Declaration
Public Shadows Property Height As Integer
'Usage
Dim instance As ImGearThumbnailItem
Dim value As Integer
instance.Height = value
value = instance.Height
Property Value
Integer value.
See Also