WinForms › Scroll Bar Marker › ScrollBarShapeMark
ScrollBarShapeMark
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.MarkerScrollBar
Class that hosts the shape mark specific data.
public class ScrollBarShapeMark : ScrollBarMarkBase
Inherits from / implements: ScrollBarMarkBase
Members at a glance
EndColor | Gets or sets the end color. |
LinearGradientAngle | Gets or sets the linear gradient angle. |
RenderMode | Gets or sets the render mode. |
Shape | Gets or sets the shape. |
StartColor | Gets or sets the start color. |
Dispose | Disposes this instance. |
Properties
EndColor
public Color EndColor
Gets or sets the end color.
Value. The end color.
LinearGradientAngle
public float LinearGradientAngle
Gets or sets the linear gradient angle.
Value. The linear gradient angle.
RenderMode
public ScrollBarShapedMarkMode RenderMode
Gets or sets the render mode.
Value. The render mode.
Shape
public ScrollBarShapedMarkShape Shape
Gets or sets the shape.
Value. The shape.
StartColor
public Color StartColor
Gets or sets the start color.
Value. The start color.
Methods
Dispose
public void Dispose()
Disposes this instance.