LEADTOOLS (Leadtools assembly)

Horizontal Property (ShearCommand)

Show in webframe







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)
            
 
get_Horizontal();
set_Horizontal(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.