Skip to content

UISlider.Label Property

Definition

Namespace: Brine2D.UI

Optional label text rendered adjacent to the slider track. Empty or null disables label rendering.

C#
public string Label { get; set; }

Property Value

System.String