IScrollInfo.ExtentHeight implementation.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double ExtentHeight { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ExtentHeight As Double |
A double that represents, in device independent pixels, the vertical size of the extent.
See Also