Device.FlowDirection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.
取得裝置上的流程方向。
public:
static property Microsoft::Maui::FlowDirection FlowDirection { Microsoft::Maui::FlowDirection get(); };
[System.Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")]
public static Microsoft.Maui.FlowDirection FlowDirection { get; }
[<System.Obsolete("Use Microsoft.Maui.ApplicationModel.AppInfo.RequestedLayoutDirection instead.")>]
static member FlowDirection : Microsoft.Maui.FlowDirection
Public Shared ReadOnly Property FlowDirection As FlowDirection
屬性值
裝置上的流程方向。 請參閱<備註>。
- 屬性
備註
下列包含一些關於從 右至左本地化的流程方向的重要點。 開發人員應該參閱該檔,以取得有關由右至左支援限制的詳細資訊,以及要求在各種目標平臺上實作由右至左支援的需求。
沒有父系之視覺項目的預設值 FlowDirection 為 LeftToRight,即使在 為 的平臺上亦 FlowDirection 然 RightToLeft。 因此,開發人員必須刻意選擇加入由右至左的配置。 開發人員可以藉由將根元素RightToLeft的 屬性設定FlowDirection為從右至左配置,或設定為MatchParent符合裝置配置,以選擇由右至左的版面配置。
父系預設MatchParent為 的所有 VisualElement。