Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BitmapImage.DecodePixelHeight 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.

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


Feedback

Was this page helpful?