LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Horizontal Property (FlipCommand)






Specifies whether the image is to be flipped horizontally or vertically. .NET support Silverlight support WinRT support
Syntax
public bool Horizontal {get; set;}
'Declaration
 
Public Property Horizontal As Boolean
'Usage
 
Dim instance As FlipCommand
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 to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).
Example
For an example, refer to FlipCommand
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

FlipCommand Class
FlipCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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