LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Horizontal Property (ShearCommand)






Gets or sets the direction of the slant. .NET support Silverlight support WinRT support
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;}
 get_Horizontal();
set_Horizontal(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShearCommand Class
ShearCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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