TextBodyProperties.TopInset Property
Top Inset.Represents the attribte in schema: tIns
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "tIns")> _
Public Property TopInset As Int32Value
Get
Set
'Usage
Dim instance As TextBodyProperties
Dim value As Int32Value
value = instance.TopInset
instance.TopInset = value
[SchemaAttrAttribute(, "tIns")]
public Int32Value TopInset { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace