ImageSource.Height Property

Definition

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

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

Property Value

The height of the image.

Applies to