2 references to IsActiveProperty
Microsoft.Maui.Controls (2)
StateTrigger.cs (2)
10
get => (bool)GetValue(
IsActiveProperty
);
11
set => SetValue(
IsActiveProperty
, value);