| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property IsFlipped As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual bool IsFlipped {get;} | |
Return Value
true if this RasterImage has a flipped RasterImage.ViewPerspective; false otherwise.For an example, refer to Width.
For more information refer to Accounting for View Perspective.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code