Enum InheritDataTypeFromScopeKind
Represents the kind of scope from which a data type can be inherited. Used in resolving target for AvaloniaProperty.
public enum InheritDataTypeFromScopeKind
Fields
ControlTemplate = 2
Indicates that the data type should be inherited from a control template.
Style = 1
Indicates that the data type should be inherited from a style.