TextPath.String Property

Text Path Text.Represents the attribte in schema: string

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

Syntax

'Declaration
<SchemaAttrAttribute(, "string")> _
Public Property String As StringValue
    Get
    Set
'Usage
Dim instance As TextPath
Dim value As StringValue

value = instance.String

instance.String = value
[SchemaAttrAttribute(, "string")]
public StringValue String { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TextPath Class

TextPath Members

DocumentFormat.OpenXml.Vml Namespace