Nevron .NET Vision
Nevron.Diagram Namespace / NInteractiveAppearance Class / OverrideHighlightedAppearance Method
fill style to override
stroke style to override


In This Topic
    OverrideHighlightedAppearance Method
    In This Topic
    Overrides the appearance of highlighted nodes
    Syntax
    'Declaration
     
    
    Public Sub OverrideHighlightedAppearance( _
       ByRef fillStyle As NFillStyle, _
       ByRef strokeStyle As NStrokeStyle _
    ) 
    'Usage
     
    
    Dim instance As NInteractiveAppearance
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    instance.OverrideHighlightedAppearance(fillStyle, strokeStyle)
    public void OverrideHighlightedAppearance( 
       ref NFillStyle fillStyle,
       ref NStrokeStyle strokeStyle
    )

    Parameters

    fillStyle
    fill style to override
    strokeStyle
    stroke style to override
    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