StackPanel<TBackgroundGeometry, TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines the stack panel class.
| TBackgroundGeometry | The type of the background geometry. |
| TDrawingContext | The type of the drawing context. |
Object
=>
ChartElement<TDrawingContext>
=>
VisualElement<TDrawingContext>
=>
StackPanel<TBackgroundGeometry, TDrawingContext>
Constructors
// Initializes a new instance of the StackPanel`2 class.
Properties
Gets the children collection.
Type: List<VisualElement<TDrawingContext>>
Type: List<VisualElement<TDrawingContext>>
Gets or sets the panel orientation.
Type: ContainerOrientation
Type: ContainerOrientation
Gets or sets the vertical alignment.
Type: Align
Type: Align
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the background paint.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>
Gets the background geometry.
Type: TBackgroundGeometry
Type: TBackgroundGeometry
Events
Called when the pointer goes down on the visual.
Handler definition: VisualElementHandler<TDrawingContext>
Handler definition: VisualElementHandler<TDrawingContext>
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler