ScrollBarMarkBase
Class that hosts the scrollbar marker data.
public class ScrollBarMarkBase : IDisposable
Inherits from / implements: IDisposable
Members at a glance
Alignment | Gets or sets the alignment. |
BorderColor | Gets or sets the color of the border. |
BorderThickness | Gets or sets the border thickness. |
IsToolTipBalloon | Gets or sets a value indicating whether this instance renders the tool tip as a balloon. |
ShouldDrawBorder | Gets or sets a value indicating whether the marker should draw border around itself. |
Size | Gets or sets the size. |
Tag | Gets or sets the tag. |
ToolTipIcon | Gets or sets the tool tip icon. |
ToolTipInfo | Gets or sets the tool tip information. |
ToolTipTitle | Gets or sets the tool tip title. |
Value | Gets or sets the value. |
Dispose | Releases the resources held by this ScrollBarMarkBase. |
Properties
Alignment
Gets or sets the alignment.
Value. The alignment.
BorderColor
Gets or sets the color of the border.
Value. The color of the border.
BorderThickness
Gets or sets the border thickness.
Value. The border thickness.
IsToolTipBalloon
Gets or sets a value indicating whether this instance renders the tool tip as a balloon.
ShouldDrawBorder
Gets or sets a value indicating whether the marker should draw border around itself.
Value. true if [should draw border]; otherwise, false .
Size
Gets or sets the size.
Value. The size.
Tag
Gets or sets the tag.
Value. The tag.
ToolTipIcon
Gets or sets the tool tip icon.
Value. The tool tip icon.
ToolTipInfo
Gets or sets the tool tip information.
Value. The tool tip information.
ToolTipTitle
Gets or sets the tool tip title.
Value. The tool tip title.
Value
Gets or sets the value.
Value. The value.
Methods
Dispose
Releases the resources held by this ScrollBarMarkBase.