In This Topic

Height Property (GdPictureRectangle)

In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
public int Height {get;}
public read-only property Height: Integer; 
public function get Height : int
public: __property int get_Height();
public:
property int Height {
   int get();
}
See Also