Rotation Property (Line) | Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / Rotation Property


In This Topic
Rotation Property (Line)
In This Topic
Syntax
'Declaration
 
Public Property Rotation As Double
 
'Usage
 
Dim instance As Line
Dim value As Double
 
instance.Rotation = value
 
value = instance.Rotation
See Also