Gets a value that contains the vertical size of the content's viewport. This is a dependency property.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public double ViewportHeight { get; }
Visual Basic
Public ReadOnly Property ViewportHeight As Double
	Get

See Also