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






    DesktopBounds Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("FormDesktopBoundsDescr")>
    Public Property DesktopBounds As System.Drawing.Rectangle
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Rectangle
     
    instance.DesktopBounds = value
     
    value = instance.DesktopBounds
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also