DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / Opacity Property

In This Topic
    Opacity Property
    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
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)]
    [SRDescription("FormOpacityDescr")]
    [System.ComponentModel.DefaultValue(1)]
    public System.double Opacity {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also