Share via


IMenuFlyoutItem 인터페이스

정의

MenuFlyout 보기의 명령을 나타냅니다.

public interface class IMenuFlyoutItem : Microsoft::Maui::IMenuElement
public interface IMenuFlyoutItem : Microsoft.Maui.IMenuElement
type IMenuFlyoutItem = interface
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
Public Interface IMenuFlyoutItem
Implements IMenuElement
파생
구현

속성

CharacterSpacing

텍스트 문자 사이의 간격을 가져옵니다.

(다음에서 상속됨 ITextStyle)
Font

글꼴 패밀리, 스타일 및 글꼴 크기를 가져옵니다.

(다음에서 상속됨 ITextStyle)
Handler

요소의 뷰 처리기를 가져오거나 설정합니다.

(다음에서 상속됨 IElement)
IsAnimationPlaying

MenuFlyout 보기의 명령을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)
IsEnabled

사용자 인터페이스에서 이 뷰를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 IMenuElement)
KeyboardAccelerators

MenuItem의 바로 가기 키를 나타냅니다.

Parent

요소의 부모를 가져옵니다.

(다음에서 상속됨 IElement)
Source

MenuFlyout 보기의 명령을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)
Text

텍스트를 가져옵니다.

(다음에서 상속됨 IText)
TextColor

텍스트 색을 가져옵니다.

(다음에서 상속됨 ITextStyle)

메서드

Clicked()

IMenuElement를 클릭할 때 발생합니다.

(다음에서 상속됨 IMenuElement)
UpdateIsLoading(Boolean)

MenuFlyout 보기의 명령을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)

확장 메서드

ToHandler(IElement, IMauiContext)

MenuFlyout 보기의 명령을 나타냅니다.

ToPlatform(IElement, IMauiContext)

MenuFlyout 보기의 명령을 나타냅니다.

적용 대상