Gets or sets the style used by this element when it is rendered.
Syntax
'Declaration
Public Property Style As Style
public Style Style {get; set;}
Property Value
The applied, nondefault style for the element, if present. Otherwise, null. The default for a default-constructed
System.Windows.FrameworkElement is null.
See Also