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
    'Usage
     
    
    Dim instance As LicenseDialog
    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;}
    public read-write property Opacity: System.Double; 
    SRCategoryAttribute("CatWindowStyle")
    System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.OpacityConverter)
    SRDescriptionAttribute("FormOpacityDescr")
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set Opacity : System.double
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)]
    [SRDescription("FormOpacityDescr")]
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.double get_Opacity();
    public: __property void set_Opacity( 
       System.double value
    );
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)]
    [SRDescription("FormOpacityDescr")]
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.double Opacity {
       System.double get();
       void set (    System.double value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also