LinearGradientPaintExtension
Class

Assembly LiveChartsCore.SkiaSharpView.WinUI
Namespace LiveChartsCore.SkiaSharpView.WinUI

Summary:
The linear gradient paint extension.

Inheritance:
Object =>
MarkupExtension =>
BaseExtension =>
BaseSkiaPaintExtention =>
LinearGradientPaintExtension

Properties

Gets or sets the colors separated by commas, default value is #00000000, and means to use the default color, normally defines by the element being painted, for example the series color.
Type: String
Gets or sets the start point.
Type: String
Gets or sets the end point.
Type: String
Gets or sets the colors positions separated by commas, values should be in the range of 0 to 1, these values indicate the relative positions of the colors, you can set that argument to null to equally space the colors, default is null.
Type: String
Gets or sets the tile mode.
Type: SKShaderTileMode
Gets or sets a value indicating whether the paint should be antialias.
Type: Boolean
Gets or sets the stroke width.
Type: Double
Gets or sets the stroke cap.
Type: SKStrokeCap
Gets or sets the stroke miter.
Type: Double
Gets or sets the stroke join.
Type: SKStrokeJoin
Gets or sets the image filter.
Type: ImageFilter
Gets or sets the path effect.
Type: PathEffect
Gets or sets the font family.
Type: String
Gets or sets the font weight.
Type: SKFontStyleWeight
Gets or sets the font width.
Type: SKFontStyleWidth
Gets or sets the font slant.
Type: SKFontStyleSlant
Gets or sets a character to match the typeface to use.
Type: String