Leadtools.Windows.Controls Namespace > ImageViewer Class : Reverse Property |
public bool Reverse {get; set;}
'Declaration Public Property Reverse As Boolean
'Usage Dim instance As ImageViewer Dim value As Boolean instance.Reverse = value value = instance.Reverse
public bool Reverse {get; set;}
get_Reverse();
set_Reverse(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