Click or drag to resize
Style Constructor (Type)
Initializes a new instance of the Style class, with an initial TargetType and an empty Setters collection.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Style(
	Type targetType
)

Parameters

targetType
Type: SystemType
The type on which the Style will be used.
See Also