LinearGradientPaintExtension
Class
Assembly LiveChartsCore.SkiaSharpView.Avalonia
Namespace LiveChartsCore.SkiaSharpView.Avalonia
Summary:
The linear gradient paint extension.
Object
=>
LinearGradientPaintExtension
Properties
Gets or sets the start point.
Type: String
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
Type: String
Gets or sets the tile mode.
Type: SKShaderTileMode
Type: SKShaderTileMode
Gets or sets a value indicating whether the paint should be antialias.
Type: Boolean
Type: Boolean
Gets or sets the stroke width.
Type: Double
Type: Double
Gets or sets the stroke cap.
Type: SKStrokeCap
Type: SKStrokeCap
Gets or sets the stroke miter.
Type: Double
Type: Double
Gets or sets the stroke join.
Type: SKStrokeJoin
Type: SKStrokeJoin
Gets or sets the image filter.
Type: ImageFilter
Type: ImageFilter
Gets or sets the path effect.
Type: PathEffect
Type: PathEffect
Gets or sets the font family.
Type: String
Type: String
Gets or sets the font weight.
Type: SKFontStyleWeight
Type: SKFontStyleWeight
Gets or sets the font width.
Type: SKFontStyleWidth
Type: SKFontStyleWidth
Gets or sets the font slant.
Type: SKFontStyleSlant
Type: SKFontStyleSlant
Gets or sets a character to match the typeface to use.
Type: String
Type: String
Methods
// Gets the value to provide for the extension.
| IServiceProvider serviceProvider | // *summary not found* |
)