DependsOnAttribute Constructor
Initializes a new instance of the DependsOnAttribute class.
Definition
Namespace: Avalonia.Metadata
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public DependsOnAttribute(
string propertyName
)
Public Sub New (
propertyName As String
)
new :
propertyName : string -> DependsOnAttribute
Parameters
- String
- The name of the property that this property depends on.