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


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