In This Topic
Gets the CSS style applied in the control.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public ReadOnly Property CssStyles As System.Collections.Generic.IDictionary(Of String,String)
'Usage
Dim instance As Control
Dim value As System.Collections.Generic.IDictionary(Of String,String)
value = instance.CssStyles
[C1Ignore()]
public System.Collections.Generic.IDictionary<string,string> CssStyles {get;}
public read-only property CssStyles: System.Collections.Generic.IDictionary;
C1IgnoreAttribute()
public function get CssStyles : System.Collections.Generic.IDictionary
[C1Ignore()]
public: __property System.Collections.Generic.IDictionary<string*,string*>* get_CssStyles();
[C1Ignore()]
public:
property System.Collections.Generic.IDictionary<String^,String^>^ CssStyles {
System.Collections.Generic.IDictionary<String^,String^>^ get();
}
See Also