Accusoft.ImagXpress13.Net
IconSize Property




Gets and sets the toolbar icon size.
Syntax
'Declaration
 
Public Property IconSize As ToolbarIconSize
'Usage
 
Dim instance As Toolbar
Dim value As ToolbarIconSize
 
instance.IconSize = value
 
value = instance.IconSize
public ToolbarIconSize IconSize {get; set;}
public: __property ToolbarIconSize get_IconSize();
public: __property void set_IconSize( 
   ToolbarIconSize value
);
public:
property ToolbarIconSize IconSize {
   ToolbarIconSize get();
   void set (    ToolbarIconSize value);
}

Property Value

An enumerated value which is one of Small, Medium, or Large.
Remarks

When the toolbar icon size is Small, it uses a 16x16 icon size for each toolbar button.

When the toolbar icon size is Medium, it uses a 24x24 icon size for each toolbar button.

When the toolbar icon size is Large, it uses a 32x32 icon size for each toolbar button. This is the default size.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback