Поделиться через


ConnectionSite.Angle Property

Connection Site Angle.Represents the attribte in schema: ang

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ang")> _
Public Property Angle As StringValue
    Get
    Set
'Usage
Dim instance As ConnectionSite
Dim value As StringValue

value = instance.Angle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the incoming connector angle. This angle is the angle around the connection site that an incoming connector will try to be routed to. This allows connectors to know where the shape is in relation to the connection site and route connectors so as to avoid any overlap with the shape.

Consider a simple square. In order to not have any connectors routed over the shape, the following angles would be specified for their respective connection sites.

Cc819470.a-cxn02(en-us,office.14).png

The possible values for this attribute are defined by the ST_AdjAngle simple type.

See Also

Reference

ConnectionSite Class

ConnectionSite Members

DocumentFormat.OpenXml.Drawing Namespace