- Namespace
- Avalonia
.Input .GestureRecognizers - Interfaces
-
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IStyledElement
- IStyleable
- INamed
- IStyleHost
- ILogical
- IResourceHost
- IResourceNode
- IDataContextProvider
- IAvaloniaObject
- ISupportInitialize
- ISetLogicalParent
- I
Set Inheritance Parent - IGestureRecognizer
- Base Types
graph BT
Type-->Base0["StyledElement"]
click Base0 "/api/Avalonia/StyledElement"
Base0-->Base1["Animatable"]
click Base1 "/api/Avalonia.Animation/Animatable"
Base1-->Base2["AvaloniaObject"]
click Base2 "/api/Avalonia/AvaloniaObject"
Base2-->Base3["object"]
Type-.->Interface0["IAvaloniaObjectDebug"]
click Interface0 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface1["INotifyPropertyChanged"]
Type-.->Interface2["IValueSink"]
Type-.->Interface3["IStyledElement"]
click Interface3 "/api/Avalonia/IStyledElement"
Type-.->Interface4["IStyleable"]
click Interface4 "/api/Avalonia.Styling/IStyleable"
Type-.->Interface5["INamed"]
click Interface5 "/api/Avalonia/INamed"
Type-.->Interface6["IStyleHost"]
click Interface6 "/api/Avalonia.Styling/IStyleHost"
Type-.->Interface7["ILogical"]
click Interface7 "/api/Avalonia.LogicalTree/ILogical"
Type-.->Interface8["IResourceHost"]
click Interface8 "/api/Avalonia.Controls/IResourceHost"
Type-.->Interface9["IResourceNode"]
click Interface9 "/api/Avalonia.Controls/IResourceNode"
Type-.->Interface10["IDataContextProvider"]
click Interface10 "/api/Avalonia/IDataContextProvider"
Type-.->Interface11["IAvaloniaObject"]
click Interface11 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface12["ISupportInitialize"]
Type-.->Interface13["ISetLogicalParent"]
click Interface13 "/api/Avalonia.Controls/ISetLogicalParent"
Type-.->Interface14["ISetInheritanceParent"]
click Interface14 "/api/Avalonia.Controls/ISetInheritanceParent"
Type-.->Interface15["IGestureRecognizer"]
click Interface15 "/api/Avalonia.Input.GestureRecognizers/IGestureRecognizer"
Type["ScrollGestureRecognizer"]
class Type type-node
Syntax
public class ScrollGestureRecognizer : StyledElement, IAvaloniaObjectDebug, INotifyPropertyChanged,
IValueSink, IStyledElement, IStyleable, INamed, IStyleHost, ILogical, IResourceHost,
IResourceNode, IDataContextProvider, IAvaloniaObject, ISupportInitialize, ISetLogicalParent,
ISetInheritanceParent, IGestureRecognizer
Events
Name | Type | Summary |
---|---|---|
Attached |
EventHandler |
Raised when the styled element is attached to a rooted logical tree.
Inherited from StyledElement
|
DataContextChanged | EventHandler? |
Occurs when the
DataContext property changes.
Inherited from StyledElement
|
Detached |
EventHandler |
Raised when the styled element is detached from a rooted logical tree.
Inherited from StyledElement
|
Initialized | EventHandler? |
Occurs when the styled element has finished initialization.
Inherited from StyledElement
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
ResourcesChanged | EventHandler |
Occurs when a resource in this styled element or a parent styled element has changed.
Inherited from StyledElement
|
Fields
Name | Constant Value | Summary |
---|---|---|
Can |
Defines the
CanHorizontallyScroll property.
static
|
|
Can |
Defines the
CanVerticallyScroll property.
static
|
|
ClockProperty |
Defines the
Clock property.
Inherited from Animatable
static
|
|
DataContextProperty |
Defines the
DataContext property.
Inherited from StyledElement
static
|
|
NameProperty |
Defines the
Name property.
Inherited from StyledElement
static
|
|
ParentProperty |
Defines the
Parent property.
Inherited from StyledElement
static
|
|
Templated |
Defines the
TemplatedParent property.
Inherited from StyledElement
static
|
|
TransitionsProperty |
Defines the
Transitions property.
Inherited from Animatable
static
|
Properties
Name | Value | Summary |
---|---|---|
Can |
bool |
Gets or sets a value indicating whether the content can be scrolled horizontally.
|
CanVerticallyScroll | bool |
Gets or sets a value indicating whether the content can be scrolled horizontally.
|
Classes | Classes |
Gets or sets the styled element's classes.
Inherited from StyledElement
|
Clock | IClock |
Gets or sets the clock which controls the animations on the control.
Inherited from Animatable
|
DataContext | object? |
Gets or sets the control's data context.
Inherited from StyledElement
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
IsInitialized | bool |
Gets a value that indicates whether the element has finished initialization.
Inherited from StyledElement
|
LogicalChildren | IAvaloniaList |
Gets the styled element's logical children.
Inherited from StyledElement
|
Name | string? |
Gets or sets the name of the styled element.
Inherited from StyledElement
|
Parent | IStyledElement? |
Gets the styled element's logical parent.
Inherited from StyledElement
|
PseudoClasses | IPseudoClasses |
Gets the
Classes collection in a form that allows adding and removing
pseudoclasses.
Inherited from StyledElement
|
Resources | IResourceDictionary |
Gets or sets the styled element's resource dictionary.
Inherited from StyledElement
|
Styles | Styles |
Gets the styles for the styled element.
Inherited from StyledElement
|
TemplatedParent | ITemplatedControl? |
Gets the styled element whose lookless template this styled element is part of.
Inherited from StyledElement
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Transitions | Transitions? |
Gets or sets the property transitions for the control.
Inherited from Animatable
|