| ScrollViewerViewportHeight Property |
Gets the height of the viewport which defines the visual part of the
Content.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public float ViewportHeight { get; }
Public ReadOnly Property ViewportHeight As Single
Get
public:
property float ViewportHeight {
float get ();
}
member ViewportHeight : float32 with get
Property Value
Type:
Single
The height of the viewport which defines the visual part of the
Content.
See Also