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

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also