EffectiveViewportChangedEventArgs.BringIntoViewDistanceX 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 X-axis that is required to bring the FrameworkElement into view of each viewport containing the element.
public:
property double BringIntoViewDistanceX { double get(); };
double BringIntoViewDistanceX();
public double BringIntoViewDistanceX { get; }
var double = effectiveViewportChangedEventArgs.bringIntoViewDistanceX;
Public ReadOnly Property BringIntoViewDistanceX As Double
Property Value
Double
double
The translation in the X-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.