Gets the style of the Web server control. This property is used primarily by control developers.
Syntax
'Declaration
Public ReadOnly Property ControlStyle As Style
public Style ControlStyle {get;}
Property Value
A
System.Web.UI.WebControls.Style that encapsulates the appearance properties of the Web server control.
See Also