Intersoft ClientUI Documentation
SeparatorBorder Property (UXCommandBar)
Example 



Represents the brush used to draw the top separator border of the command bar.
Syntax
<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);
}
Remarks

When color of SeparatorBorder set it will draw the top border of the UXCommandBar.

Example
The following example shows how to change color for top border in UXCommandBar using SeparatorBorder property.
<Intersoft:UXCommandBar SeparatorBorder="Blue">
    <Intersoft:UXButton Content="Customer" />
    <Intersoft:UXButton Content="Product" />
    <Intersoft:UXButton Content="About" />
</Intersoft:UXCommandBar>
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

UXCommandBar Class
UXCommandBar Members

Send Feedback