Nevron .NET Vision
Nevron.GraphicsCore Namespace / NHatchFillStyle Class / Style Property


In This Topic
    Style Property (NHatchFillStyle)
    In This Topic
    The hatch style.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Style As System.Drawing.Drawing2D.HatchStyle
    'Usage
     
    
    Dim instance As NHatchFillStyle
    Dim value As System.Drawing.Drawing2D.HatchStyle
     
    instance.Style = value
     
    value = instance.Style
    [System.Xml.Serialization.XmlAttribute()]
    public System.Drawing.Drawing2D.HatchStyle Style {get; set;}
    Remarks
    Nevron Chart for .NET supports 48 hatch types which you may be familiar with if you worked with the Excel built-in chart. Hatch (pattern) fillings are internally rendered as textures. If you change multiple properties it is recommended to use the Init function of NHatchFillStyle class in order to save function calls.
    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