Class ScrollBar
Represents a scroll bar.
[DataContract("ScrollBar")]
public class ScrollBar : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
  - Inheritance
 - 
      objectScrollBar
 
- 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; }