AvaloniaObjectIsSet Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsSet(
AvaloniaProperty property
)
Public Function IsSet (
property As AvaloniaProperty
) As Boolean
member IsSet :
property : AvaloniaProperty -> bool
- property AvaloniaProperty
- The property.
BooleanTrue if the property is set, otherwise false.
Returns true if property is a styled property which has a value
assigned to it or a binding targeting it; otherwise false.