Nevron .NET Vision
Nevron.NewGraphics Namespace / NColorBrush Class / Type Property


In This Topic
    Type Property (NColorBrush)
    In This Topic
    Gets the fill type.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Type As ENBrushType
    'Usage
     
    
    Dim instance As NColorBrush
    Dim value As ENBrushType
     
    value = instance.Type
    public override ENBrushType Type {get;}
    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