Container Class
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class Container
Public NotInheritable Class Container
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Container = class end
| Inheritance | Object → Container |
Methods
| GetName(Layoutable) | Gets the value of the Container.Name attached property. |
| GetSizing(Layoutable) | Gets the value of the Container.Sizing attached property. |
| SetName(Layoutable, String) | Sets the value of the Container.Name attached property. |
| SetSizing(Layoutable, ContainerSizing) | Sets the value of the Container.Name attached property. |
Fields
| NameProperty | Defines the Name attached property. |
| SizingProperty | Defines the Sizing attached property. |