Curve.To Property

Definition

Curve Ending Point

Represents the following attribute in the schema: to

[DocumentFormat.OpenXml.SchemaAttr(0, "to")]
public DocumentFormat.OpenXml.StringValue To { get; set; }
public DocumentFormat.OpenXml.StringValue To { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "to")]
public DocumentFormat.OpenXml.StringValue? To { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("to")]
public DocumentFormat.OpenXml.StringValue? To { get; set; }
public DocumentFormat.OpenXml.StringValue? To { get; set; }
member this.To : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "to")>]
member this.To : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("to")>]
member this.To : DocumentFormat.OpenXml.StringValue with get, set
Public Property To As StringValue

Property Value

Returns StringValue.

Attributes

Applies to