3 references to Value
Microsoft.Maui.Controls (3)
CompareStateTrigger.cs (3)
40
/// <summary>Bindable property for <see cref="
Value
"/>.</summary>
42
BindableProperty.Create(nameof(
Value
), typeof(object), typeof(CompareStateTrigger), null,
58
SetActive(AreEqual(Property,
Value
));