EffectiveViewportChangedEventArgs.BringIntoViewDistanceY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.