Nevron.Chart Namespace / NStyleSheetRule Class / NStyleSheetRule Constructor / NStyleSheetRule Constructor(NSelector,NRuleApplicator)


NStyleSheetRule Constructor(NSelector,NRuleApplicator)
Syntax
'Declaration
 
Public Function New( _
   ByVal selector As NSelector, _
   ByVal applicator As NRuleApplicator _
)
 
'Usage
 
Dim selector As NSelector
Dim applicator As NRuleApplicator
 
Dim instance As New NStyleSheetRule(selector, applicator)

Parameters

selector
applicator
Requirements

Target Platforms: 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