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