C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Image Class / RotationX Property


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