Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Horizontal Property (ShearCommand)








Gets or sets the direction of the slant.
Syntax
public bool Horizontal {get; set;}
'Declaration
 
Public Property Horizontal As Boolean
'Usage
 
Dim instance As ShearCommand
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
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 value);
}

Property Value

true for horizontal shear, or false for vertical shear.
Example
For an example, refer to ShearCommand.
Requirements

Target Platforms

See Also

Reference

ShearCommand Class
ShearCommand Members

Error processing SSI file