ComponentOne FinancialChart for WPF
TextWrapping Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : TextWrapping Property
Gets or sets a value that indicates how any text should be wrapped in the Header.
Syntax
'Declaration
 
Public Property TextWrapping As TextWrapping
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As TextWrapping
 
instance.TextWrapping = value
 
value = instance.TextWrapping
public TextWrapping TextWrapping {get; set;}
public:
property TextWrapping TextWrapping {
   TextWrapping get();
   void set (    TextWrapping value);
}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members