Style(Type) 构造函数

定义

初始化新的 Style 实例。

public Style (Type targetType);
new Xamarin.Forms.Style : Type -> Xamarin.Forms.Style

参数

targetType
System.Type

将应用样式的视图类型。

适用于