Table of Contents

Enum InheritDataTypeFromScopeKind

Namespace
Avalonia.Metadata
Assembly
Avalonia.Base.dll

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.