API ReferenceSandbox.UI
public class Sandbox.UI.SliderControl : Sandbox.UI.BaseControl
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 6 methods
protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
protected virtual void OnMiddleClick(Sandbox.UI.MousePanelEvent e)
protected virtual void OnMouseDown(Sandbox.UI.MousePanelEvent e)
protected virtual void OnMouseMove(Sandbox.UI.MousePanelEvent e)
public virtual void Rebuild()
public virtual float ScreenPosToValue(Vector2 pos)
No results match this filter.
Properties
Showing 10 properties
public float Sandbox.UI.SliderControl.Max { get; set; }
public float Sandbox.UI.SliderControl.Min { get; set; }
public string Sandbox.UI.SliderControl.NumberFormat { get; set; }
public System.Action`1<float> Sandbox.UI.SliderControl.OnValueChanged { get; set; }
public bool Sandbox.UI.SliderControl.ShowRange { get; set; }
public bool Sandbox.UI.SliderControl.ShowTextEntry { get; set; }
public bool Sandbox.UI.SliderControl.ShowValueTooltip { get; set; }
public float Sandbox.UI.SliderControl.Step { get; set; }
public virtual bool Sandbox.UI.SliderControl.SupportsMultiEdit { get; set; }
public float Sandbox.UI.SliderControl.Value { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Base Library |
| Doc ID | T:Sandbox.UI.SliderControl |