Summary
Checks whether a
AvaloniaProperty
is set on this object.
- Namespace
- Avalonia
- Containing Type
- AvaloniaObject
Syntax
public bool IsSet(AvaloniaProperty property)
Remarks
Checks whether a value is assigned to the property, or that there is a binding to the
property that is producing a value other than
UnsetValue
.
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty | The property. |
Return Value
Type | Description |
---|---|
bool | True if the property is set, otherwise false. |