3 references to IsActive
Microsoft.Maui.Controls (3)
StateTrigger.cs (3)
14
/// <summary>Bindable property for <see cref="
IsActive
"/>.</summary>
16
BindableProperty.Create(nameof(
IsActive
), typeof(bool), typeof(StateTrigger), default(bool),
35
SetActive(
IsActive
);