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