←Select platform

Reverse Property

Summary

Reverse (mirror) the image inside this item horizontally

Syntax
C#
VB
C++
public bool Reverse { get; set; } 
Public Property Reverse() As Boolean 
   Get 
   Set 
public:  
   property bool Reverse 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to reverse (mirror) the image inside this item horizontally, otherwise; false.

Remarks

This is a display value and will not change the image data.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly