ToggleMenuFlyoutItem
Namespace: FluentAvalonia.UI.Controls
Represents an item in a FluentAvalonia.UI.Controls.FAMenuFlyout
that a user can change between two states, checked or unchecked.
C#
public class ToggleMenuFlyoutItem : MenuFlyoutItem
Xaml
<ui:ToggleMenuFlyoutItem />
Required Template Parts
None :)
Pseudoclasses
:checked, :hotkey, :pressed, :disabled, :focus, :focus-visible, :focus-within, :pointerover
Examples and Usage Notes
None yet.
API
Note: Inherited members are not shown
Properties
IsChecked | Gets or sets whether the ToggleMenuFlyoutItem is checked. |
IsCheckedProperty | Defines the `FluentAvalonia.UI.Controls.ToggleMenuFlyoutItem.IsChecked` Property |
Events
Methods