Gets the style of the Web server control. This property is used primarily by control developers.
Assembly: System.Web (in System.Web.dll)
Syntax
A Style that encapsulates the appearance properties of the Web server control.
<[%$TOPIC/h43b71sd_en-us_VS_110_1_0_0_0_0%](False)> _
Public ReadOnly Property ControlStyle As [%$TOPIC/h43b71sd_en-us_VS_110_1_0_0_0_1%]
[[%$TOPIC/h43b71sd_en-us_VS_110_1_0_1_0_0%](false)]
public [%$TOPIC/h43b71sd_en-us_VS_110_1_0_1_0_1%] ControlStyle { get; }
[[%$TOPIC/h43b71sd_en-us_VS_110_1_0_2_0_0%](false)]
public:
property [%$TOPIC/h43b71sd_en-us_VS_110_1_0_2_0_1%]^ ControlStyle {
[%$TOPIC/h43b71sd_en-us_VS_110_1_0_2_0_2%]^ get ();
}
[<[%$TOPIC/h43b71sd_en-us_VS_110_1_0_3_0_0%](false)>]
member ControlStyle : [%$TOPIC/h43b71sd_en-us_VS_110_1_0_3_0_1%] with get
Property Value
Type: System.Web.UI.WebControlsStyleA Style that encapsulates the appearance properties of the Web server control.
Remarks
The ControlStyle property encapsulates all properties of the WebControl class that specify the appearance of the control, such as BorderColor and Font.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.