Nevron .NET Vision
Nevron.Editors Namespace / NDomBrowserHostForm Class / Opacity Property


In This Topic
    Opacity Property (NDomBrowserHostForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.OpacityConverter)>
    <SRDescriptionAttribute("FormOpacityDescr")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property Opacity As System.Double
    'Usage
     
    
    Dim instance As NDomBrowserHostForm
    Dim value As System.Double
     
    instance.Opacity = value
     
    value = instance.Opacity
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)]
    [SRDescription("FormOpacityDescr")]
    [System.ComponentModel.DefaultValue(1)]
    public System.double Opacity {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