Version

Add(Style,String,String,Page) Method

Adds a style to the CSS registry.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal style As Style, _
   ByVal cssClass As String, _
   ByVal selector As String, _
   ByVal page As Page _
) 
public void Add( 
   Style style,
   string cssClass,
   string selector,
   Page page
)

Parameters

style
Style to register.
cssClass
CSS class name to register the style under.
selector
Selector format that should be rendered for the style. Example: TBODY.{0} TR TD
page
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also