ComponentOne Basic Library for WPF and Silverlight
TextAlignment Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : TextAlignment Property
Gets or sets a value that indicates the horizontal alignment of text content.
Syntax
'Declaration
 
Public Property TextAlignment As System.Windows.TextAlignment
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.TextAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public System.Windows.TextAlignment TextAlignment {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members