Nevron .NET Vision
Nevron.Chart Namespace / NDisplayPanel Class / DisplayStyle Property


In This Topic
    DisplayStyle Property (NDisplayPanel)
    In This Topic
    Gets or sets the style of the display segment cells
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property DisplayStyle As DisplayStyle
    'Usage
     
    
    Dim instance As NDisplayPanel
    Dim value As DisplayStyle
     
    instance.DisplayStyle = value
     
    value = instance.DisplayStyle
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public DisplayStyle DisplayStyle {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