Share via


PolyLine.Points Property

Definition

Points for Compound Line

Represents the following attribute in the schema: points

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

Property Value

Returns StringValue.

Attributes

Applies to