Share via


ScrollingBringingIntoViewEventArgs.TargetVerticalOffset Property

Definition

Gets the target VerticalOffset for the default participation.

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

Property Value

Double

double

The target VerticalOffset for the default participation.

Applies to

See also