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