| ScrollViewerExtentHeight Property |
Gets the extent height which is equal to the desired height 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 ExtentHeight { get; }
Public ReadOnly Property ExtentHeight As Single
Get
public:
property float ExtentHeight {
float get ();
}
member ExtentHeight : float32 with get
Property Value
Type:
Single
The extent height which is equal to the desired height of the
Content.
See Also