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






    Margin Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRDescriptionAttribute("ControlMarginDescr")>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    Public Property Margin As System.Windows.Forms.Padding
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.Padding
     
    instance.Margin = value
     
    value = instance.Margin
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also