Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / Rotation Property


In This Topic
    Rotation Property (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Rotation As Double
    'Usage
     
    
    Dim instance As GridCellView
    Dim value As Double
     
    instance.Rotation = value
     
    value = instance.Rotation
    public double Rotation {get; set;}
    See Also