←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly