Skip to main content

StyledProperty<TValue> Properties

Properties

ChangedGets an observable that is fired when this property changes on any AvaloniaObject instance.
(Inherited from AvaloniaProperty(TValue))
InheritsGets a value indicating whether the property inherits its value.
(Inherited from AvaloniaProperty)
IsAttachedGets a value indicating whether this is an attached property.
(Inherited from AvaloniaProperty)
IsDirectGets a value indicating whether this is a direct property.
(Inherited from AvaloniaProperty)
IsReadOnlyGets a value indicating whether this is a readonly property.
(Inherited from AvaloniaProperty)
NameGets the name of the property.
(Inherited from AvaloniaProperty)
OwnerTypeGets the type of the class that registered the property.
(Inherited from AvaloniaProperty)
PropertyTypeGets the type of the property's value.
(Inherited from AvaloniaProperty)
ValidateValueA method which returns "false" for values that are never valid for this property.

See Also

Reference

StyledProperty(TValue) Class
Avalonia Namespace