Nevron .NET Vision
Nevron.Chart Namespace / NStyleSheetRule Class / Applicators Property


In This Topic
    Applicators Property
    In This Topic
    Gets or sets the list of applicators associated with this rule
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Applicators As System.Collections.Generic.List(Of NRuleApplicator)
    'Usage
     
    
    Dim instance As NStyleSheetRule
    Dim value As System.Collections.Generic.List(Of NRuleApplicator)
     
    instance.Applicators = value
     
    value = instance.Applicators
    [System.Xml.Serialization.XmlIgnore()]
    public System.Collections.Generic.List<NRuleApplicator> Applicators {get; set;}
    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