Nevron .NET Vision
Nevron.Editors Namespace / NChartStylePreviewUC Class / Style Property


In This Topic
    Style Property (NChartStylePreviewUC)
    In This Topic
    Controls the background style of the preview.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Overrides WriteOnly Property Style As System.Object
    'Usage
     
    
    Dim instance As NChartStylePreviewUC
     
    instance.Style = value
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public override System.object Style {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