ImageSource.Width Property

Definition

When overridden in a derived class, gets the width of the image in measure units (96ths of an inch).

public:
 abstract property double Width { double get(); };
public abstract double Width { get; }
member this.Width : double
Public MustOverride ReadOnly Property Width As Double

Property Value

The width of the image in measure units (96ths of an inch).

Applies to