GetRegisteredAttached Method
Gets all attached AvaloniaPropertys registered on a type.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IReadOnlyList<AvaloniaProperty> GetRegisteredAttached(
Type type
)
Public Function GetRegisteredAttached (
type As Type
) As IReadOnlyList(Of AvaloniaProperty)
member GetRegisteredAttached :
type : Type -> IReadOnlyList<AvaloniaProperty>
Parameters
- Type
- The type.
Return Value
IReadOnlyList(AvaloniaProperty)
A collection of AvaloniaProperty definitions.