Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / TextAlignmentProperty Field


In This Topic
    TextAlignmentProperty Field (C1ComboBox)
    In This Topic
    Identifies the TextAlignment dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly TextAlignmentProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1ComboBox.TextAlignmentProperty
    public static readonly DependencyProperty TextAlignmentProperty
    See Also