StackPanel<TBackgroundGeometry, TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Obsolete.
| TBackgroundGeometry | |
| TDrawingContext |
Object
=>
ChartElement
=>
StackPanel<TBackgroundGeometry>
=>
StackPanel<TBackgroundGeometry, TDrawingContext>
Properties
Gets the children collection.
Type: List<VisualElement>
Type: List<VisualElement>
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: 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
// Gets the hit box, an area where the user can interact with the object.