←Select platform

Flip Property

Summary

Flip the image inside this item vertically (upside-down)

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

Property Value

true to flip image inside this item vertically (upside-down), 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.