WmpBitmapEncoder.FlipHorizontal Property

Definition

Gets or sets a value indicating whether to flip the image horizontally.

public:
 property bool FlipHorizontal { bool get(); void set(bool value); };
public bool FlipHorizontal { get; set; }
member this.FlipHorizontal : bool with get, set
Public Property FlipHorizontal As Boolean

Property Value

true if the image is to be flipped horizontally; otherwise, false.

Applies to