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