TableLayout<TBackgroundGeometry>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines the table panel class.
| TBackgroundGeometry | The type of the background geometry. |
Implements:
Constructors
// Initializes a new instance of the TableLayout`1 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 background paint.
Type: Paint
Type: Paint
Gets the background geometry.
Type: TBackgroundGeometry
Type: TBackgroundGeometry
Events
Called when the pointer goes down on the visual.
Handler definition: VisualElementHandler
Handler definition: VisualElementHandler
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler
Methods
// Adds a child to the layout.
| VisualElement 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. |
)
// Enumerates the children in the layout.
// Gets the hit box, an area where the user can interact with the object.