GetName Method
Gets the value of the Container.Name attached property.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static string? GetName(
Layoutable layoutable
)
Public Shared Function GetName (
layoutable As Layoutable
) As String
static member GetName :
layoutable : Layoutable -> string
Parameters
- Layoutable
- The layoutable to read the value from.
Return Value
String
The container name of the layoutable