Direction of the flip.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Horizontal As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FlipCommand
Dim value As Boolean
instance.Horizontal = value
value = instance.Horizontal
|
C# | |
---|
public bool Horizontal {get; set;} |
Return Value
true to flip horizontally (left to right), false to flip vertically (top to bottom).
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also