Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.TabStrip Namespace / SmartTabStrip Class / BorderColor Property


In This Topic
    BorderColor Property (SmartTabStrip)
    In This Topic
    Gets or sets the color of the tab strip's border.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The color of the tab strip's border.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(System.Drawing.Color, "Black")>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(True)>
    <LocalizableAttribute(False)>
    Public Property BorderColor As Color
    'Usage
     
    Dim instance As SmartTabStrip
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    [Description("The color of the tab strip's border.")]
    [Category("Appearance")]
    [DefaultValue(System.Drawing.Color, "Black")]
    [Browsable(true)]
    [MergableProperty(true)]
    [Localizable(false)]
    public Color BorderColor {get; set;}

    Property Value

    A System.Drawing.Color structure representing the color of the tab strip's border.
    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