Summary
Metadata for styled avalonia properties.
- Namespace
- Avalonia
- Interfaces
- Base Types
-
- object
- Avalonia
Property Metadata
graph BT
Type-->Base0["AvaloniaPropertyMetadata"]
click Base0 "/api/Avalonia/AvaloniaPropertyMetadata"
Base0-->Base1["object"]
Type-.->Interface0["IStyledPropertyMetadata"]
click Interface0 "/api/Avalonia/IStyledPropertyMetadata"
Type["StyledPropertyMetadata<TValue>"]
class Type type-node
Syntax
public class StyledPropertyMetadata<TValue> : AvaloniaPropertyMetadata, IStyledPropertyMetadata
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
Name | Summary |
---|---|
Styled |
Initializes a new instance of the StyledPropertyMetadata<TValue> class.
|
Properties
Name | Value | Summary |
---|---|---|
CoerceValue | Func |
Gets the value coercion callback, if any.
|
DefaultBindingMode | BindingMode |
Gets the default binding mode for the property.
Inherited from Avalonia
|
DefaultValue | TValue |
Gets the default value for the property.
|
Methods
Name | Value | Summary |
---|---|---|
Merge |
void |
Merges the metadata with the base metadata.
|