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


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

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members