←Select platform

Horizontal Property

Summary
Gets or sets the direction of the slant.
Syntax
C#
VB
Objective-C
C++
Java
public bool Horizontal { get; set; } 
Public Property Horizontal As Boolean 
@property (nonatomic, assign) BOOL horizontal 
public boolean getHorizontal() 
public void setHorizontal(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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