HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bar Marker › ScrollBarMarkBase

ScrollBarMarkBase

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.MarkerScrollBar

Class that hosts the scrollbar marker data.

public class ScrollBarMarkBase : IDisposable

Inherits from / implements: IDisposable

Members at a glance

AlignmentGets or sets the alignment.
BorderColorGets or sets the color of the border.
BorderThicknessGets or sets the border thickness.
IsToolTipBalloonGets or sets a value indicating whether this instance renders the tool tip as a balloon.
ShouldDrawBorderGets or sets a value indicating whether the marker should draw border around itself.
SizeGets or sets the size.
TagGets or sets the tag.
ToolTipIconGets or sets the tool tip icon.
ToolTipInfoGets or sets the tool tip information.
ToolTipTitleGets or sets the tool tip title.
ValueGets or sets the value.
DisposeReleases the resources held by this ScrollBarMarkBase.

Properties

Alignment

public ScrollBarMarkAlignment Alignment

Gets or sets the alignment.

Value. The alignment.

BorderColor

public Color BorderColor

Gets or sets the color of the border.

Value. The color of the border.

BorderThickness

public float BorderThickness

Gets or sets the border thickness.

Value. The border thickness.

IsToolTipBalloon

public bool IsToolTipBalloon

Gets or sets a value indicating whether this instance renders the tool tip as a balloon.

ShouldDrawBorder

public bool ShouldDrawBorder

Gets or sets a value indicating whether the marker should draw border around itself.

Value. true if [should draw border]; otherwise, false .

Size

public SizeF Size

Gets or sets the size.

Value. The size.

Tag

public object Tag

Gets or sets the tag.

Value. The tag.

ToolTipIcon

public ToolTipIcon ToolTipIcon

Gets or sets the tool tip icon.

Value. The tool tip icon.

ToolTipInfo

public string ToolTipInfo

Gets or sets the tool tip information.

Value. The tool tip information.

ToolTipTitle

public string ToolTipTitle

Gets or sets the tool tip title.

Value. The tool tip title.

Value

public double Value

Gets or sets the value.

Value. The value.

Methods

Dispose

public void Dispose()

Releases the resources held by this ScrollBarMarkBase.