ScrollBar.ThemeStyle Class
Definition
Section titled “Definition”The drawing code for the scrollbar
[DataContract]public class ScrollBar.ThemeStyleInheritance object
Constructors
Section titled “Constructors”ThemeStyle()
Section titled “ThemeStyle()”public ThemeStyle()Fields
Section titled “Fields”StartButtonVerticalGlyph
Section titled “StartButtonVerticalGlyph”The glyph for the start button when the control is vertical.
[DataMember]public int StartButtonVerticalGlyphEndButtonVerticalGlyph
Section titled “EndButtonVerticalGlyph”The glyph for the end button when the control is vertical.
[DataMember]public int EndButtonVerticalGlyphStartButtonHorizontalGlyph
Section titled “StartButtonHorizontalGlyph”The glyph for the start button when the control is horizontal.
[DataMember]public int StartButtonHorizontalGlyphEndButtonHorizontalGlyph
Section titled “EndButtonHorizontalGlyph”The glyph for the end button when the control is horizontal.
[DataMember]public int EndButtonHorizontalGlyphBarGlyph
Section titled “BarGlyph”The glyph for the scroll bar bar where the slider is not located.
[DataMember]public int BarGlyphGripGlyph
Section titled “GripGlyph”The glyph for the scroll bar icon.
[DataMember]public int GripGlyphBarSize
Section titled “BarSize”The size of the bar area. Calculated automatically by the control.
public int BarSizeGripSize
Section titled “GripSize”The size of the grip. Calculated automatically by the control.
public int GripSizeGripStart
Section titled “GripStart”The cell the grip starts at. Calculated automatically by the control.
public int GripStartIsMouseOverUpButton
Section titled “IsMouseOverUpButton”Indicates that the mouse is above the up arrow button. Calculated automatically by the control.
public bool IsMouseOverUpButtonIsMouseOverDownButton
Section titled “IsMouseOverDownButton”Indicates that the mouse is above the down arrow button. Calculated automatically by the control.
public bool IsMouseOverDownButtonIsMouseOverGripper
Section titled “IsMouseOverGripper”Indicates that the mouse is above the gripper. Calculated automatically by the control.
public bool IsMouseOverGripperIsMouseOverBar
Section titled “IsMouseOverBar”Indicates that the mouse is not above the empty part of the bar. Calculated automatically by the control.
public bool IsMouseOverBarProperties
Section titled “Properties”GripEnd
Section titled “GripEnd”The cell the grip ends at. Calculated automatically by the control.
public int GripEnd { get; }Methods
Section titled “Methods”UpdateAndRedraw(ScrollBar, TimeSpan)
Section titled “UpdateAndRedraw(ScrollBar, TimeSpan)”Redraws the control.
public virtual void UpdateAndRedraw(ScrollBar control, TimeSpan time)Parameters
Section titled “Parameters”control ScrollBar
The control instance.
time TimeSpan
Time of the update frame.