Frame.MarginWidth Property

Left and Right Margin for Frame.Represents the element tag in schema: w:marW

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property MarginWidth As MarginWidth
    Get
    Set
'Usage
Dim instance As Frame
Dim value As MarginWidth

value = instance.MarginWidth

instance.MarginWidth = value
public MarginWidth MarginWidth { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.MarginWidth
Returns MarginWidth.

See Also

Reference

Frame Class

Frame Members

DocumentFormat.OpenXml.Wordprocessing Namespace