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

In This Topic
    DesktopBounds Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("FormDesktopBoundsDescr")>
    Public Property DesktopBounds As System.Drawing.Rectangle
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormDesktopBoundsDescr")]
    public System.Drawing.Rectangle DesktopBounds {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also