Summary
Metadata for styled avalonia properties.
- Namespace
- Avalonia
- Interfaces
- Base Types
-
- object
- Avalonia
Property Metadata
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.
|