Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapArcsSettings Class / ZOrder Property


In This Topic
    ZOrder Property (NMapArcsSettings)
    In This Topic
    Determines the way the arcs are rendered. By default set to Hidden.
    Syntax
    'Declaration
     
    
    Public Property ZOrder As ArcZOrder
    'Usage
     
    
    Dim instance As NMapArcsSettings
    Dim value As ArcZOrder
     
    instance.ZOrder = value
     
    value = instance.ZOrder
    public ArcZOrder ZOrder {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