IMenuFlyoutSubItem インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ビューにサブメニューを表示するメニュー項目を表します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI