BitmapTransform.Flip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the flip operation that is used to transform the bitmap.
public:
property BitmapFlip Flip { BitmapFlip get(); void set(BitmapFlip value); };
BitmapFlip Flip();
void Flip(BitmapFlip value);
public BitmapFlip Flip { get; set; }
var bitmapFlip = bitmapTransform.flip;
bitmapTransform.flip = bitmapFlip;
Public Property Flip As BitmapFlip
Property Value
The type of flip operation. One of the values of the BitmapFlip enumeration.