Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Matrix Property


In This Topic
    Matrix Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Matrix As Android.Graphics.Matrix
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Android.Graphics.Matrix
     
    value = instance.Matrix
    public virtual Android.Graphics.Matrix Matrix {get;}
    See Also