Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Application.Visuals.Styles.Stroke class with default values, i.e. a one pixel wide black line.
Gets the factor used to blend the color towards black or white. This is only used when Spotfire.Dxp.Application.Visuals.Styles.Stroke.ColorType is Spotfire.Dxp.Application.Visuals.Styles.ColorType.Default This is linear interpolation where 0 means no blending, and -1 means all black or 1 is all white.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Determines whether the specified Spotfire.Dxp.Application.Visuals.Styles.Stroke is equal to the current Spotfire.Dxp.Application.Visuals.Styles.Stroke.
The Spotfire.Dxp.Application.Visuals.Styles.Stroke to compare with the current Spotfire.Dxp.Application.Visuals.Styles.Stroke.
true if the specified Spotfire.Dxp.Application.Visuals.Styles.Stroke is equal to the current Spotfire.Dxp.Application.Visuals.Styles.Stroke; otherwise, false.
Creates a new Spotfire.Dxp.Application.Visuals.Styles.Stroke with the given color.
The color.
A new stroke.
Creates a new Spotfire.Dxp.Application.Visuals.Styles.Stroke with default color. The color is inherited from the coloring in the visualization or theme.
A new stroke.
Creates a new Spotfire.Dxp.Application.Visuals.Styles.Stroke with default color. The color is inherited from the coloring in the visualization or theme.
A factor used to blend the color towards black or white. This is only used when Spotfire.Dxp.Application.Visuals.Styles.Stroke.ColorType is Spotfire.Dxp.Application.Visuals.Styles.ColorType.Default This is linear interpolation where 0 means no blending, and -1 means all black or 1 is all white. The value is clamped to the range [-1, 1].
A new stroke.
Creates a new Spotfire.Dxp.Application.Visuals.Styles.Stroke with the given line style.
The line style.
A new stroke.
Creates a new Spotfire.Dxp.Application.Visuals.Styles.Stroke with the given width.
The width in pixels.
A new stroke.
Represents the settings for a line, including its line style and color.
Remark
This type provides functionality to manage the style and color settings of a line.
Since
2.2