共用方式為


Style(Type) 建構函式

定義

初始化新的 Style 執行個體。

public:
 Style(Type ^ targetType);
public Style (Type targetType);
new Microsoft.Maui.Controls.Style : Type -> Microsoft.Maui.Controls.Style
Public Sub New (targetType As Type)

參數

targetType
Type

樣式所要套用到的檢視類型。

適用於