Line.CoordinateSize Property

Coordinate Space Size.Represents the attribte in schema: coordsize

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

Syntax

'Declaration
<SchemaAttrAttribute(, "coordsize")> _
Public Property CoordinateSize As StringValue
    Get
    Set
'Usage
Dim instance As Line
Dim value As StringValue

value = instance.CoordinateSize

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Line Class

Line Members

DocumentFormat.OpenXml.Vml Namespace