BCGControlBar Library for .NET
Padding Property (GridCellVisualStyle)




Gets or sets element padding.
Syntax
'Declaration
 
Public Property Padding As Padding
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As Padding
 
instance.Padding = value
 
value = instance.Padding
public Padding Padding {get; set;}
public: __property Padding get_Padding();
public: __property void set_Padding( 
   Padding value
);
public:
property Padding Padding {
   Padding get();
   void set (    Padding value);
}
Remarks
Element content is displayed within bounding rectangle that is calculated as full element bounds minus padding.
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback