Gets and sets the height of the toolbar.
'Declaration
Public Property ToolbarHeight As Integer
'Usage
Dim instance As ToolbarDefaults
Dim value As Integer
instance.ToolbarHeight = value
value = instance.ToolbarHeight
public int ToolbarHeight {get; set;}
public: __property int get_ToolbarHeight();
public: __property void set_ToolbarHeight(
int value
);
public:
property int ToolbarHeight {
int get();
void set ( int value);
}
Property Value
An integer which represents the height of the toolbar measured in tools.