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
public double RotateAngle {get; set;}
get_RotateAngle();
set_RotateAngle(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2