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

スタイルが適用されるビューの種類。

適用対象