Click or drag to resize
FrameworkElementStyle Property
Gets or sets an instance Style that is applied for this object during rendering.

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

Property Value

Type: Style
See Also