ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As TextAlignment
     
    instance.TextAlignment = value
     
    value = instance.TextAlignment
    public TextAlignment TextAlignment {get; set;}
    public:
    property TextAlignment TextAlignment {
       TextAlignment get();
       void set (    TextAlignment value);
    }
    See Also