Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / Rotation Property


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