共用方式為


TitleBar.PassthroughElements 屬性

定義

取得專案清單,該清單應該防止拖曳標題欄區域,並改為直接處理輸入

public:
 property System::Collections::Generic::IList<Microsoft::Maui::IView ^> ^ PassthroughElements { System::Collections::Generic::IList<Microsoft::Maui::IView ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.IView> PassthroughElements { get; }
member this.PassthroughElements : System.Collections.Generic.IList<Microsoft.Maui.IView>
Public ReadOnly Property PassthroughElements As IList(Of IView)

屬性值

適用於