IDirectPropertyMetadata Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Untyped interface to DirectPropertyMetadata(TValue)
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IDirectPropertyMetadata
<NotClientImplementableAttribute>
Public Interface IDirectPropertyMetadata
[<NotClientImplementableAttribute>]
type IDirectPropertyMetadata = interface end
Properties
EnableDataValidation | Gets a value indicating whether the property is interested in data validation. |
UnsetValue | Gets the to use when the property is set to UnsetValue. |