Partager via


CustomLabel.SideMargin Property

Returns or sets the side margin widths (in points) for the specified custom mailing label.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property SideMargin As Single
    Get
    Set
'Usage
Dim instance As CustomLabel
Dim value As Single

value = instance.SideMargin

instance.SideMargin = value
float SideMargin { get; set; }

Property Value

Type: System.Single

Remarks

If this property is changed to a value that isn't valid for the specified mailing label layout, an error occurs.

See Also

Reference

CustomLabel Interface

CustomLabel Members

Microsoft.Office.Interop.Word Namespace