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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also