Tab 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public class Tab : Xamarin.Forms.ShellSection
type Tab = class
inherit ShellSection
- 繼承
- 屬性
-
System.ComponentModel.EditorBrowsableAttribute
建構函式
Tab() |
屬性
AutomationId |
取得或設定值,允許自動化架構尋找此項目並與之互動。 (繼承來源 Element) |
BindingContext |
取得或設定物件,這個物件包含屬於此 BindableObject 屬性繫結屬性將設為目標的屬性。 (繼承來源 BindableObject) |
class | (繼承來源 NavigableElement) |
ClassId |
取得或設定值,用來識別語意類似項目的集合。 (繼承來源 Element) |
CurrentItem |
目前選取的 ShellContent。 (繼承來源 ShellSection) |
Dispatcher | (繼承來源 BindableObject) |
EffectControlProvider |
供 Xamarin.Forms 平台內部使用。 (繼承來源 Element) |
Effects |
套用至此項目的效果清單。 (繼承來源 Element) |
FlyoutDisplayOptions |
AsSingleItem (預設) 只會在飛出視窗中顯示此項目的標題。 AsMultipleItems 會為每個子系和 MenuItem 建立個別飛出視窗選項。 (繼承來源 ShellGroupItem) |
FlyoutIcon |
要針對項目使用的圖示。 如果未設定這個屬性,它將轉而使用 Icon 屬性值。 (繼承來源 BaseShellItem) |
Icon |
定義要在不是飛出視窗的 Chrome 組件中顯示的圖示。 (繼承來源 BaseShellItem) |
Id |
取得值,可用來在應用程式執行期間唯一識別項目。 (繼承來源 Element) |
IsChecked |
定義目前是否已在飛出視窗中強調顯示該項目。 (繼承來源 BaseShellItem) |
IsEnabled |
定義是否可在 Chrome 中選取該項目。 (繼承來源 BaseShellItem) |
IsTabStop |
指出 Tab 瀏覽中是否包含 FlyoutItem。 (繼承來源 BaseShellItem) |
IsVisible | (繼承來源 BaseShellItem) |
Items |
由 |
LogicalChildren |
供 Xamarin.Forms 平台內部使用。 (繼承來源 Element) |
Navigation | (繼承來源 NavigableElement) |
NavigationProxy | (繼承來源 NavigableElement) |
Parent |
取得或設定項目的父項目。 (繼承來源 Element) |
ParentView |
已淘汰.
取得即此項目最接近上階的項目,而此項目是 VisualElement。 (繼承來源 Element) |
Platform |
已淘汰.
(繼承來源 Element)
|
RealParent |
供 Xamarin.Forms 平台內部使用。 (繼承來源 Element) |
Route |
用於處理該項目的字串。 (繼承來源 BaseShellItem) |
Stack | (繼承來源 ShellSection) |
Style | (繼承來源 NavigableElement) |
StyleClass | (繼承來源 NavigableElement) |
StyleId |
取得或設定使用者定義值來唯一識別項目。 (繼承來源 Element) |
TabIndex |
指定當使用者按下 Tab 鍵來瀏覽項目時,FlyoutItem 物件接收焦點的順序。 (繼承來源 BaseShellItem) |
Title |
要在 UI 中顯示的標題。 (繼承來源 BaseShellItem) |
方法
事件
Appearing | (繼承來源 BaseShellItem) |
BindingContextChanged |
每當 BindingContext 屬性變更時引發。 (繼承來源 BindableObject) |
ChildAdded |
只要將子項目新增至項目時就發生。 (繼承來源 Element) |
ChildRemoved |
只要從項目移除子項目時就發生。 (繼承來源 Element) |
DescendantAdded |
只要將子項目新增至項目樹狀子目錄時即發生。 (繼承來源 Element) |
DescendantRemoved |
只要從項目樹狀子目錄移除子項目時即發生。 (繼承來源 Element) |
Disappearing | (繼承來源 BaseShellItem) |
PlatformSet |
已淘汰.
(繼承來源 Element)
|
PropertyChanged |
在屬性變更時引發。 (繼承來源 BindableObject) |
PropertyChanging |
在屬性即將變更時引發。 (繼承來源 BindableObject) |