LabelGeometry
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries
Summary:
Implements:
Constructors
// Initializes a new instance of the LabelGeometry class.
Properties
Gets or sets the vertical align.
Type: Align
Type: Align
Gets or sets the horizontal align.
Type: Align
Type: Align
Gets or sets the background color.
Type: LvcColor
Type: LvcColor
Gets or sets the line height [in times the text height].
Type: Single
Type: Single
This property is only available on debug mode, it indicates if the debug lines should be shown.
Type: Boolean
Type: Boolean
Gets or sets the transform origin.
Type: LvcPoint
Type: LvcPoint
Gets or sets the translate transform.
Type: LvcPoint
Type: LvcPoint
Gets or sets the rotation transform in degrees.
Type: Single
Type: Single
Gets or sets the scale transform.
Type: LvcPoint
Type: LvcPoint
Gets or sets the skew transform.
Type: LvcPoint
Type: LvcPoint
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 parent shape, if any the X and Y properties will be relative to the parent.
Type: IGeometry<SkiaSharpDrawingContext>
Type: IGeometry<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
// Called when the geometry is drawn.
SkiaSharpDrawingContext context, | // The context. |
SKPaint paint | // The paint. |
)
// 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. |
)