InheritDataTypeFromScopeKind Enumeration
Represents the kind of scope from which a data type can be inherited. Used in resolving target for AvaloniaProperty.
Definition
Namespace: Avalonia.Metadata
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum InheritDataTypeFromScopeKind
Public Enumeration InheritDataTypeFromScopeKind
type InheritDataTypeFromScopeKind
Members
Style | 1 | Indicates that the data type should be inherited from a style. |
ControlTemplate | 2 | Indicates that the data type should be inherited from a control template. |