ScrollingBringingIntoViewEventArgs.TargetHorizontalOffset Property

Definition

Gets the target HorizontalOffset for the default participation.

public:
 property double TargetHorizontalOffset { double get(); };
double TargetHorizontalOffset();
public double TargetHorizontalOffset { get; }
var double = scrollingBringingIntoViewEventArgs.targetHorizontalOffset;
Public ReadOnly Property TargetHorizontalOffset As Double

Property Value

Double

double

The target HorizontalOffset for the default participation.

Applies to

See also