PageSlideGetVisualParent Method
Gets the common visual parent of the two control.
Namespace: Avalonia.AnimationAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected static Visual GetVisualParent(
Visual? from,
Visual? to
)
Protected Shared Function GetVisualParent (
from As Visual,
to As Visual
) As Visual
static member GetVisualParent :
from : Visual *
to : Visual -> Visual
- from Visual
- The from control.
- to Visual
- The to control.
VisualThe common parent.
Any one of the parameters may be null, but not both.