Summary
Checks whether a
AvaloniaProperty
is set on this object.
- Namespace
- Avalonia
- Containing Type
- IAvaloniaObject
Syntax
bool IsSet(AvaloniaProperty property)
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty | The property. |
Return Value
Type | Description |
---|---|
bool | True if the property is set, otherwise false. |