BCGControlBar Library for .NET
ItemPadding Field




Specifies the padding of the CategoryItem from the CategoryItems collection.
Syntax
'Declaration
 
Public Shared ItemPadding As Padding
'Usage
 
Dim value As Padding
 
value = CategoryPanel.ItemPadding
 
CategoryPanel.ItemPadding = value
public static Padding ItemPadding
public: static Padding ItemPadding
public:
static Padding ItemPadding

Field Value

By default, the left padding is 3 pixels, the  top padding is 3 pixels, the right padding is 4 pixels, the bottom padding is 2 pixels.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryPanel Class
CategoryPanel Members

Send Feedback