Click or drag to resize
StyleTargetType Property
Gets or sets the type for which the style is intended. Returns the type of object to which the style is applied.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Type TargetType { get; set; }

Property Value

Type: Type
See Also