-
Undocumented
Declaration
Swift
public var minimumValue: Double { get set }
-
Undocumented
Declaration
Swift
public var maximumValue: Double { get set }
-
An interval that values from this slider snap to when the user tracks the control.
value
is limited to be multiples of this value, except ifvalue
is equal tominimumValue
ormaximumValue
Specify a value of 0 for no stepping behavior (aka allow any value).Defaults to 0
Declaration
Swift
public var stepValue: Double { get set }
-
Undocumented
Declaration
Swift
public var value: Double { get set }
-
Whether to show labels for minimum and maximum values
Declaration
Swift
public var showLabels: Bool { get set }
-
A formatter function that is used to format the minimum and maximum values for the left and right labels
Declaration
Swift
public var labelFormat: (Double) -> String { get set }
-
Event fired whenever
value
is changedDeclaration
Swift
@ValueChangedEventWithSender <SliderView, Double> public var valueChanged: EventSource<SenderEventArgs<SliderView, ValueChangedEventArgs<Double>>> { get }
-
Declaration
Swift
public override var intrinsicSize: UISize? { get }
-
Undocumented
Declaration
Swift
public override init()
-
Declaration
Swift
public override func setupHierarchy()
-
Declaration
Swift
public override func setupConstraints()
-
Declaration
Swift
public override func boundsForRedraw() -> UIRectangle
-
Undocumented
Declaration
Swift
public func onValueChanged(_ event: ValueChangedEventArgs<Double>)
-
Declaration
Swift
public override func onStateChanged(_ event: ValueChangedEventArgs<ControlViewState>)
-
Declaration
Swift
public override func onMouseMove(_ event: MouseEventArgs)
-
Declaration
Swift
public override func onMouseDown(_ event: MouseEventArgs)
-
Declaration
Swift
public override func onMouseUp(_ event: MouseEventArgs)
-
Declaration
Swift
public override func onMouseLeave()
-
Declaration
Swift
public override func renderBackground(in renderer: Renderer, screenRegion: ClipRegionType)
-
Declaration
Swift
public override func renderForeground(in renderer: Renderer, screenRegion: ClipRegionType)