System.Web.UI.WebControls Namespace WebControl Class
Returns the style of the Web control. This property is primarily used by control developers.
[ VB ]
Public ReadOnly Property ControlStyle As Style
[ C# ]
public Style ControlStyle {get;}
[ C++ ]
public: __property Style* get_ControlStyle ( );
[ JScript ]
public function get ControlStyle ( ) : Style;