Class ScrollBar
Represents a scroll bar.
[DataContract("ScrollBar")]
public class ScrollBar : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
- Inheritance
-
ScrollBar
- Implements
- Inherited Members
- Extension Methods
Constructors
ScrollBar()
public ScrollBar()
Properties
BarColor
The color of the bar.
[DataMember]
[Display(null, "Appearance")]
public Color BarColor { get; set; }