C1.Win.C1FlexGrid.Util.BaseControls Namespace > ScrollableControl Class : BorderStyle Property |
'Declaration
<C1DescriptionAttribute("Gets or sets the type of border around the control.")> <DefaultValueAttribute()> <CategoryAttribute("Appearance")> Public Overridable Property BorderStyle As BorderStyleEnum
'Usage
Dim instance As ScrollableControl Dim value As BorderStyleEnum instance.BorderStyle = value value = instance.BorderStyle
[C1Description("Gets or sets the type of border around the control.")] [DefaultValue()] [Category("Appearance")] public virtual BorderStyleEnum BorderStyle {get; set;}
[C1Description("Gets or sets the type of border around the control.")] [DefaultValue()] [Category("Appearance")] public: virtual property BorderStyleEnum BorderStyle { BorderStyleEnum get(); void set ( BorderStyleEnum 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