Skip to main content

InheritDataTypeFromScopeKind Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia

Represents the kind of scope from which a data type can be inherited. Used in resolving target for AvaloniaProperty.

public enum InheritDataTypeFromScopeKind

Inheritance: Enum -> InheritDataTypeFromScopeKind

Fields

NameDescription
ControlTemplateIndicates that the data type should be inherited from a control template.
StyleIndicates 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