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