[Visual Basic] Overridable Public Property ReadOnly Value As Double _ Implements IScrollBar.Value [C#] public virtual double Value { get; } [C++] public: virtual __property double get_Value(); [JScript] public virtual function get Value() : double
IScrollBar.Value
ScrollBar Class | White.Core.UIItems.Scrolling Namespace