ScrollControllerAddScrollVelocityRequestedEventArgs.OffsetVelocity 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 requested velocity of the offset change.
public:
property float OffsetVelocity { float get(); };
float OffsetVelocity();
public float OffsetVelocity { get; }
var single = scrollControllerAddScrollVelocityRequestedEventArgs.offsetVelocity;
Public ReadOnly Property OffsetVelocity As Single
Property Value
Single
float
The requested velocity of the offset change.