Style(Type) Constructor

Definition

Intitializes a new Style instance.

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

Parameters

targetType
Type

The type of view to which the style will be applied.

Applies to