Summary
Interface for presenters such as
ContentPresenter
and
ItemsPresenter
.
- Namespace
- Avalonia
.Controls .Presenters - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IControl"]
click Interface0 "/api/Avalonia.Controls/IControl"
Type-.->Interface1["IDataTemplateHost"]
click Interface1 "/api/Avalonia.Controls.Templates/IDataTemplateHost"
Type-.->Interface2["ILayoutable"]
click Interface2 "/api/Avalonia.Layout/ILayoutable"
Type-.->Interface3["IInputElement"]
click Interface3 "/api/Avalonia.Input/IInputElement"
Type-.->Interface4["IInteractive"]
click Interface4 "/api/Avalonia.Interactivity/IInteractive"
Type-.->Interface5["IVisual"]
click Interface5 "/api/Avalonia.VisualTree/IVisual"
Type-.->Interface6["IStyledElement"]
click Interface6 "/api/Avalonia/IStyledElement"
Type-.->Interface7["IStyleable"]
click Interface7 "/api/Avalonia.Styling/IStyleable"
Type-.->Interface8["IStyleHost"]
click Interface8 "/api/Avalonia.Styling/IStyleHost"
Type-.->Interface9["ILogical"]
click Interface9 "/api/Avalonia.LogicalTree/ILogical"
Type-.->Interface10["IResourceHost"]
click Interface10 "/api/Avalonia.Controls/IResourceHost"
Type-.->Interface11["IResourceNode"]
click Interface11 "/api/Avalonia.Controls/IResourceNode"
Type-.->Interface12["IDataContextProvider"]
click Interface12 "/api/Avalonia/IDataContextProvider"
Type-.->Interface13["IAvaloniaObject"]
click Interface13 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface14["ISupportInitialize"]
Type-.->Interface15["INamed"]
click Interface15 "/api/Avalonia/INamed"
Type["IPresenter"]
class Type type-node
Implementing0["ScrollContentPresenter"]-.->Type
click Implementing0 "/api/Avalonia.Controls.Presenters/ScrollContentPresenter"
Implementing1["ContentPresenter"]-.->Type
click Implementing1 "/api/Avalonia.Controls.Presenters/ContentPresenter"
Implementing2["CarouselPresenter"]-.->Type
click Implementing2 "/api/Avalonia.Controls.Presenters/CarouselPresenter"
Implementing3["IItemsPresenter"]-.->Type
click Implementing3 "/api/Avalonia.Controls.Presenters/IItemsPresenter"
Implementing4["ItemsPresenter"]-.->Type
click Implementing4 "/api/Avalonia.Controls.Presenters/ItemsPresenter"
Implementing5["IContentPresenter"]-.->Type
click Implementing5 "/api/Avalonia.Controls.Presenters/IContentPresenter"
Implementing6["ItemsPresenterBase"]-.->Type
click Implementing6 "/api/Avalonia.Controls.Presenters/ItemsPresenterBase"
Syntax
public interface IPresenter : IControl, IDataTemplateHost, ILayoutable, IInputElement,
IInteractive, IVisual, IStyledElement, IStyleable, IStyleHost, ILogical, IResourceHost,
IResourceNode, IDataContextProvider, IAvaloniaObject, ISupportInitialize, INamed
Remarks
A presenter is the gateway between a templated control and its content. When
a control which implements
IPresenter
is found in the template
of a TemplatedControl
then that signals that the visual child
of the presenter is not a part of the template.
Extension Methods
Name | Value | Summary |
---|---|---|
AddDisposableHandler |
IDisposable |
Adds a handler for the specified routed event and returns a disposable that can terminate the event subscription.
|
Bind |
IDisposable |
Binds a
AvaloniaProperty to an observable.
|
Bind |
IDisposable |
Binds a
AvaloniaProperty to an observable.
|
BindClass |
IDisposable | |
BringIntoView |
void |
Tries to bring the control into view.
From ControlExtensions
|
BringIntoView |
void |
Tries to bring the control into view.
From ControlExtensions
|
Calculate |
int |
Calculates the distance from a visual's ancestor.
From VisualExtensions
|
Find |
T |
Finds a named element in an
INameScope .
From NameScopeExtensions
|
FindAncestorOfType |
T |
Finds first ancestor of given type.
From VisualExtensions
|
Find |
IVisual |
Tries to get the first common ancestor of two visuals.
From VisualExtensions
|
FindControl |
T |
Finds the named control in the scope of the specified control.
From ControlExtensions
|
FindDataTemplate |
IDataTemplate? |
Find a data template that matches a piece of data.
|
FindDescendantOfType |
T |
Finds first descendant of given type.
From VisualExtensions
|
Find |
T |
Finds first ancestor of given type.
From LogicalExtensions
|
Find |
T |
Finds first descendant of given type.
From LogicalExtensions
|
FindNameScope |
INameScope |
From NameScopeExtensions
|
FindResource |
object? |
Finds the specified resource by searching up the logical tree and then global styles.
|
Get |
T |
Gets a named element from an
INameScope or throws if no element of the
requested name was found.
From NameScopeExtensions
|
GetBindingObservable |
IObservable |
Gets an observable for a
AvaloniaProperty .
|
GetBindingObservable |
IObservable |
Gets an observable for a
AvaloniaProperty .
|
GetBindingSubject |
ISubject |
Gets a subject for a
AvaloniaProperty .
|
GetBindingSubject |
ISubject |
Gets a subject for a
AvaloniaProperty .
|
GetInputElementsAt |
IEnumerable |
Returns the active input elements at a point on an
IInputElement .
From InputExtensions
|
GetLogicalAncestors |
IEnumerable |
Enumerates the ancestors of an
ILogical in the logical tree.
From LogicalExtensions
|
GetLogicalChildren |
IEnumerable |
Enumerates the children of an
ILogical in the logical tree.
From LogicalExtensions
|
Get |
IEnumerable |
Enumerates the descendants of an
ILogical in the logical tree.
From LogicalExtensions
|
GetLogicalParent |
ILogical |
Gets the logical parent of an
ILogical .
From LogicalExtensions
|
GetLogicalParent |
T |
Gets the logical parent of an
ILogical .
From LogicalExtensions
|
GetLogicalSiblings |
IEnumerable |
Enumerates the siblings of an
ILogical in the logical tree.
From LogicalExtensions
|
GetObservable |
IObservable |
Gets an observable for a
AvaloniaProperty .
|
GetObservable |
IObservable |
Gets an observable for a
AvaloniaProperty .
|
GetObservable |
IObservable |
Gets an observable for a
RoutedEvent<TEventArgs> .
|
Get |
IObservable |
Gets an observable that listens for property changed events for an
AvaloniaProperty .
|
Get |
IObservable |
|
Get |
IEnumerable |
Enumerates an
ILogical and its ancestors in the logical tree.
From LogicalExtensions
|
Get |
IEnumerable |
Enumerates an
ILogical and its descendants in the logical tree.
From LogicalExtensions
|
Get |
IEnumerable |
Enumerates an
IVisual and its ancestors in the visual tree.
From VisualExtensions
|
Get |
IEnumerable |
Enumerates an
IVisual and its descendants in the visual tree.
From VisualExtensions
|
GetSubject |
ISubject |
Gets a subject for a
AvaloniaProperty .
|
GetSubject |
ISubject |
Gets a subject for a
AvaloniaProperty .
|
GetVisualAncestors |
IEnumerable |
Enumerates the ancestors of an
IVisual in the visual tree.
From VisualExtensions
|
GetVisualAt |
IVisual |
Gets the first visual in the visual tree whose bounds contain a point.
From VisualExtensions
|
GetVisualAt |
IVisual |
Gets the first visual in the visual tree whose bounds contain a point.
From VisualExtensions
|
GetVisualChildren |
IEnumerable |
Enumerates the children of an
IVisual in the visual tree.
From VisualExtensions
|
GetVisualDescendants |
IEnumerable |
Enumerates the descendants of an
IVisual in the visual tree.
From VisualExtensions
|
GetVisualParent |
IVisual |
Gets the visual parent of an
IVisual .
From VisualExtensions
|
GetVisualParent |
T |
Gets the visual parent of an
IVisual .
From VisualExtensions
|
GetVisualRoot |
IRenderRoot |
Gets the root visual for an
IVisual .
From VisualExtensions
|
GetVisualsAt |
IEnumerable |
Enumerates the visible visuals in the visual tree whose bounds contain a point.
From VisualExtensions
|
GetVisualsAt |
IEnumerable |
Enumerates the visuals in the visual tree whose bounds contain a point.
From VisualExtensions
|
HitTestCustom |
bool | |
InputHitTest |
IInputElement? |
Returns the topmost active input element at a point on an
IInputElement .
From InputExtensions
|
InputHitTest |
IInputElement? |
Returns the topmost active input element at a point on an
IInputElement .
From InputExtensions
|
IsLogicalAncestorOf |
bool |
Tests whether an
ILogical is an ancestor of another logical.
From LogicalExtensions
|
IsVisualAncestorOf |
bool |
Tests whether an
IVisual is an ancestor of another visual.
From VisualExtensions
|
PointToClient |
Point |
Converts a point from screen to client coordinates.
From VisualExtensions
|
PointToScreen |
PixelPoint |
Converts a point from client to screen coordinates.
From VisualExtensions
|
TransformToVisual |
Matrix? |
Returns a transform that transforms the visual's coordinates into the coordinates
of the specified to.
From VisualExtensions
|
TranslatePoint |
Point? |
Translates a point relative to this visual to coordinates that are relative to the specified visual.
From VisualExtensions
|
TryFindResource |
bool |
Tries to the specified resource by searching up the logical tree and then global styles.
|