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 StyledPropertyMetadata<TValue> GetMetadata(
AvaloniaObject owner
)
Public Function GetMetadata (
owner As AvaloniaObject
) As StyledPropertyMetadata(Of TValue)
member GetMetadata :
owner : AvaloniaObject -> StyledPropertyMetadata<'TValue>
Parameters
- AvaloniaObject
- The object for which to retrieve metadata.
Return Value
StyledPropertyMetadata(TValue)
See Also
Reference
StyledProperty(TValue) Class
GetMetadata Overload
Avalonia Namespace