VariableGeometryVisual
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.VisualElements
Summary:
Object
=>
VariableGeometryVisual
Constructors
// Defines a visual element that is useful to create series miniatures in the tool tips and legends.
| ISizedGeometry<SkiaSharpDrawingContext> geometry | // |
)
Properties
Gets or sets the geometry.
Type: ISizedGeometry<SkiaSharpDrawingContext>
Type: ISizedGeometry<SkiaSharpDrawingContext>
Gets or sets the fill paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the stroke paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Events
Occurs when the geometry is initialized.
Handler definition: Action<ISizedGeometry<SkiaSharpDrawingContext>>
Handler definition: Action<ISizedGeometry<SkiaSharpDrawingContext>>
Called when the pointer goes down on the visual.
Handler definition: VisualElementHandler<SkiaSharpDrawingContext>
Handler definition: VisualElementHandler<SkiaSharpDrawingContext>
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler