'Declaration
Protected Overridable ReadOnly Property DefaultPadding As System.Windows.Forms.Padding
'Usage
Dim instance As WorkbookDesigner 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(); }