←Select platform

Horizontal Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Horizontal { get; set; } 
Public Property Horizontal As Boolean 
public bool Horizontal {get; set;} 
@property (nonatomic, assign) BOOL horizontal 
public boolean getHorizontal() 
public void setHorizontal(boolean value) 
             
 <br/>get_Horizontal();<br/>set_Horizontal(value);<br/>Object.defineProperty('Horizontal');  
public: 
property bool Horizontal { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to FlipCommand

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly