←Select platform

Horizontal Property

Summary

Gets or sets the direction of the slant.

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 for horizontal shear, or false for vertical shear.

Example

For an example, refer to ShearCommand.

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