Html Library Help
Styles Property
NamespacesHtmlElementStyles
Gets the css styles.
Declaration Syntax
C#Visual BasicVisual C++
public Dictionary<string, string> Styles { get; }
Public ReadOnly Property Styles As Dictionary(Of String, String)
public:
property Dictionary<String^, String^>^ Styles {
	Dictionary<String^, String^>^ get ();
}
Value
The styles.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)