Layout<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing.Layouts

Summary:
Defines a layout for drawable elements.

Type parameters:
TDrawingContext *summary not found*
Inheritance:
Object =>
Animatable =>
Layout<TDrawingContext>
Implements:
Derived:
BaseContainer<TShape, TDrawingContext>
CoreAbsoluteLayout<TDrawingContext>
CoreStackLayout<TDrawingContext>
CoreTableLayout<TDrawingContext>

Properties

The Opacity motion property.
Type: Single
The TransformOrigin motion property.
Type: LvcPoint
The TranslateTransform motion property.
Type: LvcPoint
The RotateTransform motion property.
Type: Single
The ScaleTransform motion property.
Type: LvcPoint
The SkewTransform motion property.
Type: LvcPoint
Gets a value indicating whether the instance has transform.
Type: Boolean
Gets a value indicating whether the instance has translation.
Type: Boolean
Gets a value indicating whether the instance has translation.
Type: Boolean
Gets a value indicating whether the instance has skew.
Type: Boolean
Gets a value indicating whether the instance has skew.
Type: Boolean
The Padding motion property.
Type: Padding
X
Gets or sets the x coordinate, if the parent is not null the x coordinate will be relative to the parent.
Type: Single
Y
Gets or sets the y coordinate, if the parent is not null the y coordinate will be relative to the parent.
Type: Single
Gets a value indicating whether the instance is valid.
Type: Boolean
Gets or sets a value indicating whether the instance should be removed from the canvas when all the animations are completed.
Type: Boolean

Public static fields

The Opacity property definition.
Type: PropertyDefinition
The X property definition.
Type: PropertyDefinition
The Y property definition.
Type: PropertyDefinition
The Padding property definition.
Type: PropertyDefinition

Methods

// Measures the instance.
// Sets the transition for the specified properties.
Animation animation, // The animation.
PropertyDefinition[] properties// The properties, null to select all properties.
)
// Removes the transition for the specified properties.
PropertyDefinition[] properties// The properties to remove, null to select all properties.
)
// Completes the transition for the specified properties.
PropertyDefinition[] properties// The properties to complete, null to select all properties.
)
// Gets the property definition by name.
String propertyName// The name of the property.
)