Nevron .NET Vision
Nevron.Chart Namespace / NIndicatorStrokeStyleApplicator Class / StrokeStyles Property


In This Topic
    StrokeStyles Property (NIndicatorStrokeStyleApplicator)
    In This Topic
    Gets or sets the stroke styles applied by the applicator
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property StrokeStyles As System.Collections.Generic.List(Of NStrokeStyle)
    'Usage
     
    
    Dim instance As NIndicatorStrokeStyleApplicator
    Dim value As System.Collections.Generic.List(Of NStrokeStyle)
     
    instance.StrokeStyles = value
     
    value = instance.StrokeStyles
    [System.Xml.Serialization.XmlIgnore()]
    public System.Collections.Generic.List<NStrokeStyle> StrokeStyles {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