ScrollBar Class
Namespace: Stride.UI.ControlsAssembly: Stride.UI.dll
Represents a scroll bar.
Derived from ScrollBar:
[DataContract("ScrollBar")]
public class ScrollBar : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
Name | Description | |
---|---|---|
Constructors | ||
ScrollBar() | ||
Properties | ||
BarColor | The color of the bar. |
Constructors
ScrollBar()
public ScrollBar()
Properties
BarColor
The color of the bar.
[DataMember]
[Display(null, "Appearance")]
public Color BarColor { get; set; }
Property Value
Type | Description |
---|---|
Color |