Margin Property (DicomViewer)
In This Topic
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
[SRDescription("ControlMarginDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.Padding Margin {get; set;}
public read-write property Margin: System.Windows.Forms.Padding;
SRDescriptionAttribute("ControlMarginDescr")
SRCategoryAttribute("CatLayout")
System.ComponentModel.LocalizableAttribute()
public function get,set Margin : System.Windows.Forms.Padding
[SRDescription("ControlMarginDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
public: __property System.Windows.Forms.Padding get_Margin();
public: __property void set_Margin(
System.Windows.Forms.Padding value
);
[SRDescription("ControlMarginDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
public:
property System.Windows.Forms.Padding Margin {
System.Windows.Forms.Padding get();
void set ( System.Windows.Forms.Padding value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also