FlexGrid for WinForms
Direction Property



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