ArcTo.SwingAngle Property

Shape Arc Swing Angle.Represents the attribte in schema: swAng

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

Syntax

'Declaration
<SchemaAttrAttribute(, "swAng")> _
Public Property SwingAngle As StringValue
    Get
    Set
'Usage
Dim instance As ArcTo
Dim value As StringValue

value = instance.SwingAngle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ArcTo Class

ArcTo Members

DocumentFormat.OpenXml.Drawing Namespace