VectorGeometry<TSegment>
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries
Summary:
Defines an area geometry.
| TSegment | The type of the segment. |
Implements:
Derived:
Constructors
// Initializes a new instance of the VectorGeometry`1 class.
Properties
Gets the commands in the vector.
Type: LinkedList<TSegment>
Type: LinkedList<TSegment>
Defines the closing method.
Type: VectorClosingMethod
Type: VectorClosingMethod
Gets or sets the stroke paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fill paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the current time.
Type: Int64
Type: Int64
Gets or sets a value indicating whether the element is removed when all the transitions complete.
Type: Boolean
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>
Type: Dictionary<String, IMotionProperty>
Methods
// Completes the property or properties transitions.
| String[] propertyName | // Name of the property, null to select them all. |
)
// Removes a property or properties transitions.
| String[] propertyName | // Name of the property, null to remove them all. |
)