Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFillStyleColorToHatchConverter Class / ColorToHatchMode Property


In This Topic
    ColorToHatchMode Property
    In This Topic
    Controls how the converter translates colors to hatch styles
    Syntax
    'Declaration
     
    
    Public Property ColorToHatchMode As ColorToHatchMode
    'Usage
     
    
    Dim instance As NFillStyleColorToHatchConverter
    Dim value As ColorToHatchMode
     
    instance.ColorToHatchMode = value
     
    value = instance.ColorToHatchMode
    public ColorToHatchMode ColorToHatchMode {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