BitmapImage.DecodePixelWidth Property
Definition
Gets or sets the width to use for image decoding operations.
public:
property int DecodePixelWidth { int get(); void set(int value); };
int DecodePixelWidth();
void DecodePixelWidth(int value);
public int DecodePixelWidth { get; set; }
Public Property DecodePixelWidth As Integer
<BitmapImage DecodePixelWidth="int" />
Property Value
The width (in pixels) to use for image decoding operations.