Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / TextAlignment Property

In This Topic
    TextAlignment Property (C1ComboBox)
    In This Topic
    Gets or sets a value that indicates the horizontal alignment of text content.
    Syntax
    'Declaration
     
    
    Public Property TextAlignment As TextAlignment
    public TextAlignment TextAlignment {get; set;}
    See Also