TableLayout
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Layouts
Summary:
Implements:
Constructors
// Initializes a new instance of the TableLayout class.
Properties
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the cells.
Type: TableCell[]
Type: TableCell[]
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 a value indicating whether the instance has transform.
Type: Boolean
Type: Boolean
Gets a value indicating whether the instance has translation.
Type: Boolean
Type: Boolean
Gets a value indicating whether the instance has rotation.
Type: Boolean
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
Type: Boolean
Methods
// Adds a child to the layout.
| IDrawnElement<SkiaSharpDrawingContext> drawable, | // The row index. |
| Int32 row, | // The column index. |
| Int32 column, | // The visual to add. |
| Nullable<Align> horizontalAlign, | // The cell horizontal alignment, if null the alignment will be defined by the layout. |
| Nullable<Align> verticalAlign | // The cell vertical alignment, if null the alignment will be defined by the layout. |
)
// Adds a child to the layout.
| IDrawnElement<SkiaSharpDrawingContext> child, | // The row index. |
| Int32 row, | // The column index. |
| Int32 column, | // The visual to add. |
| Nullable<Align> horizontalAlign, | // The cell horizontal alignment, if null the alignment will be defined by the layout. |
| Nullable<Align> verticalAlign | // The cell vertical alignment, if null the alignment will be defined by the layout. |
)
// 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. |
)