FlexGrid for WinForms
Style Property (CellBorder)



Gets or sets the border style.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the border style.")>
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Style As BorderStyleEnum
'Usage
 
Dim instance As CellBorder
Dim value As BorderStyleEnum
 
instance.Style = value
 
value = instance.Style
[C1Description("Gets or sets the border style.")]
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
public BorderStyleEnum Style {get; set;}
[C1Description("Gets or sets the border style.")]
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property BorderStyleEnum Style {
   BorderStyleEnum get();
   void set (    BorderStyleEnum value);
}
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

CellBorder Class
CellBorder Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback