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