BCGControlBar Library for .NET
Style Property (GridCellBorderStyle)




Gets or sets border style.
Syntax
'Declaration
 
Public Property Style As CellBorderStyle
'Usage
 
Dim instance As GridCellBorderStyle
Dim value As CellBorderStyle
 
instance.Style = value
 
value = instance.Style
public CellBorderStyle Style {get; set;}
public: __property CellBorderStyle get_Style();
public: __property void set_Style( 
   CellBorderStyle value
);
public:
property CellBorderStyle Style {
   CellBorderStyle get();
   void set (    CellBorderStyle value);
}
Remarks
A GridCellBorderStyle object is considered as empty if Style is set to CellBorderStyle.NotSet.
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

GridCellBorderStyle Class
GridCellBorderStyle Members

Send Feedback