TMtxPositionPanel::SliderSpan Property

__property double SliderSpan = {read = FSliderSpan, write = SetSliderSpan};

Specifies the span of the slider.

Read: double FSliderSpan;
Write: void SetSliderSpan(const double Value);
Remarks:

Span is usually smaller than SliderRange and would be equal only for example when the "progress indicator" reaches "100%".

Declared in Dew::Math::Controls::VCL::TMtxPositionPanel · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only