Callout.Length Property

Callout length.Represents the attribte in schema: length

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

Syntax

'Declaration
<SchemaAttrAttribute(, "length")> _
Public Property Length As StringValue
    Get
    Set
'Usage
Dim instance As Callout
Dim value As StringValue

value = instance.Length

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Callout Class

Callout Members

DocumentFormat.OpenXml.Vml.Office Namespace