ConnectionSite.Angle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connection Site Angle
Represents the following attribute in the schema: ang
[DocumentFormat.OpenXml.SchemaAttr(0, "ang")]
public DocumentFormat.OpenXml.StringValue Angle { get; set; }
public DocumentFormat.OpenXml.StringValue Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ang")]
public DocumentFormat.OpenXml.StringValue? Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ang")]
public DocumentFormat.OpenXml.StringValue? Angle { get; set; }
public DocumentFormat.OpenXml.StringValue? Angle { get; set; }
member this.Angle : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ang")>]
member this.Angle : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ang")>]
member this.Angle : DocumentFormat.OpenXml.StringValue with get, set
Public Property Angle As StringValue
Property Value
Returns StringValue.
- Attributes
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.
bac7a022-d895-4373-adbe-048ec2e411aa
The possible values for this attribute are defined by the ST_AdjAngle
simple type.