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






In This Topic
    AllowTransparency Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlAllowTransparencyDescr")>
    Public Property AllowTransparency As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.AllowTransparency = value
     
    value = instance.AllowTransparency
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlAllowTransparencyDescr")]
    public System.bool AllowTransparency {get; set;}
    public read-write property AllowTransparency: System.Boolean; 
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("ControlAllowTransparencyDescr")
    public function get,set AllowTransparency : System.boolean
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlAllowTransparencyDescr")]
    public: __property System.bool get_AllowTransparency();
    public: __property void set_AllowTransparency( 
       System.bool value
    );
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlAllowTransparencyDescr")]
    public:
    property System.bool AllowTransparency {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also