Leadtools.Windows.Controls Namespace > ImageViewer Class : RotateAngle Property |
public double RotateAngle {get; set;}
'Declaration Public Property RotateAngle As Double
'Usage Dim instance As ImageViewer Dim value As Double instance.RotateAngle = value value = instance.RotateAngle
This controls supports the following effect properties that can be applied to the image being drawn:
Flip: flips the image vertically
Reverse: flips the image horizontally
RotateAngle: rotates the image by a specified angle
As well as the properties specified above, the controls supports the standard WPF/Silverlight System.Windows.UIElement.BitmapEffect to apply pixel shader effects to the image and the Transition property to apply animation.