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:
 property double BringIntoViewDistanceY { double get(); };
double BringIntoViewDistanceY();
public double BringIntoViewDistanceY { get; }
var double = effectiveViewportChangedEventArgs.bringIntoViewDistanceY;
Public ReadOnly Property BringIntoViewDistanceY As Double

Property Value

Double

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