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






In This Topic
    DefaultPadding Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultPadding As System.Windows.Forms.Padding
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.Padding
     
    value = instance.DefaultPadding
    protected virtual System.Windows.Forms.Padding DefaultPadding {get;}
    protected read-only property DefaultPadding: System.Windows.Forms.Padding; virtual; 
    protected function get DefaultPadding : System.Windows.Forms.Padding
    protected: __property virtual System.Windows.Forms.Padding get_DefaultPadding();
    protected:
    virtual property System.Windows.Forms.Padding DefaultPadding {
       System.Windows.Forms.Padding get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also