ComponentOne FinancialChart for WPF
IsHighlighted Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : IsHighlighted Property
Gets a value that indicates whether a C1RadialMenuItem is highlighted.
Syntax
'Declaration
 
Public Property IsHighlighted As Boolean
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As Boolean
 
instance.IsHighlighted = value
 
value = instance.IsHighlighted
public bool IsHighlighted {get; set;}
public:
property bool IsHighlighted {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members