Summary
Base class for avalonia property metadata.
- Namespace
- Avalonia
- Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["AvaloniaPropertyMetadata"]
class Type type-node
Derived0["DirectPropertyMetadata<TValue>"]-->Type
click Derived0 "/api/Avalonia/DirectPropertyMetadata_1"
Derived1["StyledPropertyMetadata<TValue>"]-->Type
click Derived1 "/api/Avalonia/StyledPropertyMetadata_1"
Syntax
public class AvaloniaPropertyMetadata
Constructors
Name | Summary |
---|---|
Avalonia |
Initializes a new instance of the AvaloniaPropertyMetadata class.
|
Properties
Name | Value | Summary |
---|---|---|
DefaultBindingMode | BindingMode |
Gets the default binding mode for the property.
|
Methods
Name | Value | Summary |
---|---|---|
Merge |
void |
Merges the metadata with the base metadata.
|