FillToRectangle.Left Property
l.Represents the attribte in schema: w14:l
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "l")> _
Public Property Left As Int32Value
Get
Set
'Usage
Dim instance As FillToRectangle
Dim value As Int32Value
value = instance.Left
instance.Left = value
[SchemaAttrAttribute(, "l")]
public Int32Value Left { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value