API ReferenceSandbox.UI
SliderControlclass
Constructors2
Showing 2 constructors
No results match this filter.
Methods6
Showing 6 methods
protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
| Parameter | Type | Description |
|---|---|---|
| __builder | RenderTreeBuilder | — |
Returns:
void—protected virtual void OnMiddleClick(Sandbox.UI.MousePanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MousePanelEvent | — |
Returns:
void—protected virtual void OnMouseDown(Sandbox.UI.MousePanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MousePanelEvent | — |
Returns:
void—protected virtual void OnMouseMove(Sandbox.UI.MousePanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MousePanelEvent | — |
Returns:
void—public virtual void Rebuild()
Returns:
void—No results match this filter.
Properties10
Showing 10 properties
public float Sandbox.UI.SliderControl.Max { get; set; }
Returns:
float—public float Sandbox.UI.SliderControl.Min { get; set; }
Returns:
float—public string Sandbox.UI.SliderControl.NumberFormat { get; set; }
Returns:
string—public System.Action`1<float> Sandbox.UI.SliderControl.OnValueChanged { get; set; }
Returns:
Action<float>—public bool Sandbox.UI.SliderControl.ShowRange { get; set; }
Returns:
bool—public bool Sandbox.UI.SliderControl.ShowTextEntry { get; set; }
Returns:
bool—public bool Sandbox.UI.SliderControl.ShowValueTooltip { get; set; }
Returns:
bool—public float Sandbox.UI.SliderControl.Step { get; set; }
Returns:
float—public virtual bool Sandbox.UI.SliderControl.SupportsMultiEdit { get; set; }
Returns:
bool—public float Sandbox.UI.SliderControl.Value { get; set; }
Returns:
float—No results match this filter.