Nevron .NET Vision
Nevron.Chart Namespace / NWallDecoration Class / ShowAtWalls Property


In This Topic
    ShowAtWalls Property (NWallDecoration)
    In This Topic
    Gets or sets an array which specifies the walls that display the wall decoration.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Walls")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets an array which specifies the walls that display the wall decoration")>
    Public Property ShowAtWalls As ChartWallType()
    'Usage
     
    
    Dim instance As NWallDecoration
    Dim value() As ChartWallType
     
    instance.ShowAtWalls = value
     
    value = instance.ShowAtWalls
    [System.ComponentModel.Category("Walls")]
    [System.ComponentModel.Description("Gets or sets an array which specifies the walls that display the wall decoration")]
    public ChartWallType[] ShowAtWalls {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