Share via


EffectiveViewportChangedEventArgs.BringIntoViewDistanceY Property

Definition

Gets the sum of translation in the Y-axis that is required to bring the FrameworkElement into view of each viewport containing the element.

public double BringIntoViewDistanceY { get; }

Property Value

Double

The translation in the Y-axis that is required to bring the FrameworkElement into view of each viewport containing the element.

Remarks

The value does not account for the possibility of a scrolling control that has scrolling disabled.

Applies to

See also