DocumentViewer.ViewportHeight Property

Definition

Gets the vertical size of the scrollable content area.

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

Property Value

The vertical size of the scrollable content area in device independent pixels. The default is 0.0.

Remarks

Dependency Property Information

Identifier field ViewportHeightProperty
Metadata properties set to true None

Applies to

See also