Drawable
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing
Summary:
Implements:
Derived:
Properties
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
// Draws the instance in the user interface with for the specified context.
Draw(
| SkiaSharpDrawingContext context | // The context. |
)
// Removes a property or properties transitions.
| String[] propertyName | // Name of the property, null to remove them all. |
)
// Completes the property or properties transitions.
| String[] propertyName | // Name of the property, null to select them all. |
)