MathProperties.LeftMargin Property
Left Margin.Represents the element tag in schema: m:lMargin
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property LeftMargin As LeftMargin
Get
Set
'Usage
Dim instance As MathProperties
Dim value As LeftMargin
value = instance.LeftMargin
instance.LeftMargin = value
public LeftMargin LeftMargin { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.LeftMargin