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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also