←Select platform

Horizontal Property

Summary

Specifies whether the image is to be flipped horizontally or vertically.

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

Property Value

true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom)

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.CloudServices Assembly