Summary
Tests whether an
ILogical
is an ancestor of another logical.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- LogicalExtensions
Syntax
public static bool IsLogicalAncestorOf(this ILogical logical, ILogical target)
Parameters
Return Value
Type | Description |
---|---|
bool | True if logical is an ancestor of target; otherwise false. |