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