ComponentOne Basic Library for WPF and Silverlight
SeparatorStyle Property (C1Menu)


C1.WPF Namespace > C1Menu Class : SeparatorStyle Property
Default style applied to the C1Separator located inside this C1Menu.
Syntax
'Declaration
 
Public Property SeparatorStyle As System.Windows.Style
'Usage
 
Dim instance As C1Menu
Dim value As System.Windows.Style
 
instance.SeparatorStyle = value
 
value = instance.SeparatorStyle
public System.Windows.Style SeparatorStyle {get; set;}
See Also

Reference

C1Menu Class
C1Menu Members