Click or drag to resize

EAPUtilAddStyles Method

Apply the specified CSS styles to the specified control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddStyles(
	WebControl ctrl,
	string styles
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control to which to apply the styles.
styles
Type: SystemString
The style specification to apply.
Examples
color:red; font-size:10pt
See Also