Click or drag to resize
StaticResource Constructor (String)
Initializes a new instance of System.Windows.Markup.StaticResource with the given ResourceKey.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public StaticResource(
	string resourceKey
)

Parameters

resourceKey
Type: SystemString
The ResourceKey for the StaticResource
See Also