EffectiveViewportChangedEventArgs.BringIntoViewDistanceX Property

Definition

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.

Applies to

See also