C1.Win.C1FlexGrid Namespace > CellBorder Class : Direction Property |
'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); }
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