GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree Class / ItemHeight Property





In This Topic
ItemHeight Property (BookmarksTree)
In This Topic
Syntax
'Declaration
 
Public Property ItemHeight As Double
public double ItemHeight {get; set;}
public read-write property ItemHeight: Double; 
public function get,set ItemHeight : double
public: __property double get_ItemHeight();
public: __property void set_ItemHeight( 
   double value
);
public:
property double ItemHeight {
   double get();
   void set (    double value);
}
See Also