An NDoc Documented Class Library

WPFScrollBar.MinimumValue Property

[Visual Basic]
Overridable Public Property ReadOnly MinimumValue As Double _
    Implements IScrollBar.MinimumValue
[C#]
public virtual double MinimumValue { get; }
[C++]
public: virtual __property double get_MinimumValue();
[JScript]
public virtual function get MinimumValue() : double

Implements

IScrollBar.MinimumValue

See Also

WPFScrollBar Class | White.Core.UIItems.Scrolling Namespace