LEADTOOLS WinRT(Leadtools.Controls)
LEAD Technologies, Inc

Flip Property

Example 

Gets or sets a value which determines if the ImageViewer will display the image flipped vertically. WinRT support
Syntax
public bool Flip {get; set;}
 get_Flip();
set_Flip(value);

Property Value

true to display the image flipped vertically; otherwise, it is false. Default value is false.
Remarks

Changing the value of this property will fire the PropertyChanged and TransformChanged events.

This is a display value and the image data will not be changed. Only the value of Transform.

Example
Copy CodeCopy Code  
[TestMethod]
public void FlipExample()
{
   _viewer.Flip = !_viewer.Flip;
}
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

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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