CanVerticallyScrollProperty Field
Defines the CanVerticallyScroll property.
Definition
Namespace: Avalonia.Input.GestureRecognizers
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly DirectProperty<ScrollGestureRecognizer, bool> CanVerticallyScrollProperty
Public Shared ReadOnly CanVerticallyScrollProperty As DirectProperty(Of ScrollGestureRecognizer, Boolean)
static val CanVerticallyScrollProperty: DirectProperty<ScrollGestureRecognizer, bool>
Field Value
DirectProperty(ScrollGestureRecognizer, Boolean)
See Also
Reference
ScrollGestureRecognizer Class
Avalonia.Input.GestureRecognizers Namespace