Initializes a new instance of the Style class, with an initial TargetType and an empty Setters collection.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Style(
Type targetType
)
Parameters
- targetType
- Type: SystemType
The type on which the Style will be used.
See Also