BitmapImage.DecodePixelHeight Property

Definition

Gets or sets the height to use for image decoding operations.

public:
 property int DecodePixelHeight { int get(); void set(int value); };
int DecodePixelHeight();

void DecodePixelHeight(int value);
public int DecodePixelHeight { get; set; }
var int32 = bitmapImage.decodePixelHeight;
bitmapImage.decodePixelHeight = int32;
Public Property DecodePixelHeight As Integer
<BitmapImage DecodePixelHeight="int" />

Property Value

Int32

int

The height (in pixels) to use for image decoding operations.

Applies to