Summary
Gets the logical parent of an
ILogical
.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- LogicalExtensions
Syntax
public static ILogical GetLogicalParent(this ILogical logical)
Parameters
Name | Type | Description |
---|---|---|
logical | ILogical | The logical. |
Return Value
Type | Description |
---|---|
ILogical | The parent, or null if the logical is unparented. |