ComponentOne Basic Library for WPF and Silverlight
CheckArc Property (C1RadialMenuItem)


C1.Silverlight Namespace > C1RadialMenuItem Class : CheckArc Property
Gets the definition of check arc segment.
Syntax
'Declaration
 
Public Property CheckArc As ArcSegmentDef
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As ArcSegmentDef
 
instance.CheckArc = value
 
value = instance.CheckArc
public ArcSegmentDef CheckArc {get; set;}
Remarks
This property is set by the C1RadialPanel panel.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members