DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Visible Property






In This Topic
    Visible Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlVisibleDescr")>
    Public Property Visible As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlVisibleDescr")]
    public System.bool Visible {get; set;}
    public read-write property Visible: System.Boolean; 
    SRCategoryAttribute("CatBehavior")
    System.ComponentModel.LocalizableAttribute()
    SRDescriptionAttribute("ControlVisibleDescr")
    public function get,set Visible : System.boolean
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlVisibleDescr")]
    public: __property System.bool get_Visible();
    public: __property void set_Visible( 
       System.bool value
    );
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlVisibleDescr")]
    public:
    property System.bool Visible {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also