GetMetadata<T> Method
Gets the AvaloniaPropertyMetadata which applies to this property when it is used with the specified type.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public AvaloniaPropertyMetadata GetMetadata<T>()
where T : AvaloniaObject
Public Function GetMetadata(Of T As AvaloniaObject) As AvaloniaPropertyMetadata
member GetMetadata : unit -> AvaloniaPropertyMetadata when 'T : AvaloniaObject
Type Parameters
- The type for which to retrieve metadata.
Return Value
AvaloniaPropertyMetadataSee Also
Reference
AvaloniaProperty Class
GetMetadata Overload
Avalonia Namespace