InheritDataTypeFromScopeKind Enum
Definition
Represents the kind of scope from which a data type can be inherited. Used in resolving target for AvaloniaProperty.
public enum InheritDataTypeFromScopeKind
Fields
| Name | Description |
|---|---|
| ControlTemplate | Indicates that the data type should be inherited from a control template. |
| Style | Indicates that the data type should be inherited from a style. |
ControlTemplate Field
Indicates that the data type should be inherited from a control template.
public Avalonia.Metadata.InheritDataTypeFromScopeKind ControlTemplate
Style Field
Indicates that the data type should be inherited from a style.
public Avalonia.Metadata.InheritDataTypeFromScopeKind Style