BitmapSource.Width Property

Definition

Gets the width of the bitmap in device-independent units (1/96th inch per unit).

public:
 virtual property double Width { double get(); };
public override double Width { get; }
member this.Width : double
Public Overrides ReadOnly Property Width As Double

Property Value

The width of the bitmap in device-independent units (1/96th inch per unit).

Applies to