Specifies whether the image is to be flipped horizontally or vertically.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Horizontal As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FlipActivity
Dim value As Boolean
instance.Horizontal = value
value = instance.Horizontal
|
C# | |
---|
public bool Horizontal {get; set;} |
Return Value
true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also