GraffitiSlider

Preview #

About #

GraffitiSlider is a custom slider control that supports both single and ranged values.

Features

  • Single or Ranged Value Selection
  • Maximum and Minimum Properties for Variable Values
  • ColorGroup Support

Enumerations #

NameValues
TypesSingle = 0
Range = 1

Constants #

NameTypeValue
  This class exposes no constants.

Events #

NameParametersReturn TypeDescription
ValueChangedNoneNoneTriggered when the user has changed the value.

Methods #

DefinitionParametersReturn TypeDescription
This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
LargeChangeInteger20Value to increase/decrease when the user clicks on the slider track.
MaximumInteger100Maximum slider value.
MinimumInteger0Minimum slider value.
SliderBackgroundColorColorGroupNilBackground color of the slider knob.
SliderBorderColorColorGroupNilBorder color of the slider knob.
SmallChangeInteger1Amount to increase/decrease value on small changes.
TrackBackgroundColorColorGroupNilBackground color of the slider track.
TrackBorderColorColorGroupNilBorder color of the slider track.
TypeTypesGraffitiSlider.Types.SingleThe type of slider this is, Single or Ranged values.
ValueInteger0The current slider value (when Type = Types.Single).
ValueHighInteger0The current high value (when Type = Types.Range).
ValueLowInteger0The current low value (when Type = Types.Range).

Examples #

There are currently no examples for this class.