Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXCommandBar Class : SeparatorBorder Property |
<CategoryAttribute("Brushes")> Public Property SeparatorBorder As Brush
Dim instance As UXCommandBar Dim value As Brush instance.SeparatorBorder = value value = instance.SeparatorBorder
[CategoryAttribute("Brushes")] public Brush SeparatorBorder {get; set;}
[CategoryAttribute("Brushes")] public: property Brush^ SeparatorBorder { Brush^ get(); void set ( Brush^ value); }
When color of SeparatorBorder set it will draw the top border of the UXCommandBar.
<Intersoft:UXCommandBar SeparatorBorder="Blue"> <Intersoft:UXButton Content="Customer" /> <Intersoft:UXButton Content="Product" /> <Intersoft:UXButton Content="About" /> </Intersoft:UXCommandBar>
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