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


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