Property Property
Gets or sets the name of the source property on the templated parent.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[InheritDataTypeFromAttribute(InheritDataTypeFromScopeKind.ControlTemplate)]
public AvaloniaProperty? Property { get; set; }
<InheritDataTypeFromAttribute(InheritDataTypeFromScopeKind.ControlTemplate)>
Public Property Property As AvaloniaProperty
Get
Set
[<InheritDataTypeFromAttribute(InheritDataTypeFromScopeKind.ControlTemplate)>]
member Property : AvaloniaProperty with get, set