Nevron .NET Vision
Nevron.Chart Namespace / NCustomWallDecorator Class / WallDecorations Property


In This Topic
    WallDecorations Property
    In This Topic
    Gets or sets the range sampler associated with this decorator
    Syntax
    'Declaration
     
    
    Public Property WallDecorations As NWallDecorationCollection
    'Usage
     
    
    Dim instance As NCustomWallDecorator
    Dim value As NWallDecorationCollection
     
    instance.WallDecorations = value
     
    value = instance.WallDecorations
    public NWallDecorationCollection WallDecorations {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