다음을 통해 공유


IMenuFlyoutSubItem 인터페이스

정의

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

public interface class IMenuFlyoutSubItem : Microsoft::Maui::IMenuFlyoutItem, System::Collections::Generic::ICollection<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IList<Microsoft::Maui::IMenuElement ^>
public interface IMenuFlyoutSubItem : Microsoft.Maui.IMenuFlyoutItem, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
type IMenuFlyoutSubItem = interface
    interface IMenuFlyoutItem
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
    interface IList<IMenuElement>
    interface ICollection<IMenuElement>
    interface seq<IMenuElement>
    interface IEnumerable
Public Interface IMenuFlyoutSubItem
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IList(Of IMenuElement), IMenuFlyoutItem
파생
구현

속성

CharacterSpacing

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

(다음에서 상속됨 ITextStyle)
Font

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

(다음에서 상속됨 ITextStyle)
Handler

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

(다음에서 상속됨 IElement)
IsAnimationPlaying

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)
IsEnabled

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

(다음에서 상속됨 IMenuElement)
KeyboardAccelerators

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

(다음에서 상속됨 IMenuFlyoutItem)
Parent

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

(다음에서 상속됨 IElement)
Source

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)
Text

텍스트를 가져옵니다.

(다음에서 상속됨 IText)
TextColor

텍스트 색을 가져옵니다.

(다음에서 상속됨 ITextStyle)

메서드

Clicked()

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

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

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

(다음에서 상속됨 IImageSourcePart)

확장 메서드

ToHandler(IElement, IMauiContext)

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

ToPlatform(IElement, IMauiContext)

MenuFlyout 보기에 하위 메뉴를 표시하는 메뉴 항목을 나타냅니다.

적용 대상