ComponentOne Basic Library for WPF and Silverlight
TextWrapping Property (C1MenuItem)


C1.Silverlight 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 System.Windows.TextWrapping
'Usage
 
Dim instance As C1MenuItem
Dim value As System.Windows.TextWrapping
 
instance.TextWrapping = value
 
value = instance.TextWrapping
public System.Windows.TextWrapping TextWrapping {get; set;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members