Property IsVertical
IsVertical
Gets or sets a value indicating whether the current scroll action is vertical. This property can be used to track the orientation of the scroll gesture.
public bool? IsVertical { get; set; }
Property Value
- bool?
Gets or sets a value indicating whether the current scroll action is vertical. This property can be used to track the orientation of the scroll gesture.
public bool? IsVertical { get; set; }