Frame.MarginHeight Property

Top and Bottom Margin for Frame.Represents the element tag in schema: w:marH

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

Syntax

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

value = instance.MarginHeight

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.MarginHeight
Returns MarginHeight.

See Also

Reference

Frame Class

Frame Members

DocumentFormat.OpenXml.Wordprocessing Namespace