ComponentOne FinancialChart for WPF
TextWrapping Property (C1MenuItem)



C1.WPF Namespace > C1MenuItem 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 C1MenuItem
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

C1MenuItem Class
C1MenuItem Members