Curve.CoordinateOrigin 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.
Coordinate Space Origin
Represents the following attribute in the schema: coordorigin
[DocumentFormat.OpenXml.SchemaAttr(0, "coordorigin")]
public DocumentFormat.OpenXml.StringValue CoordinateOrigin { get; set; }
public DocumentFormat.OpenXml.StringValue CoordinateOrigin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "coordorigin")]
public DocumentFormat.OpenXml.StringValue? CoordinateOrigin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("coordorigin")]
public DocumentFormat.OpenXml.StringValue? CoordinateOrigin { get; set; }
public DocumentFormat.OpenXml.StringValue? CoordinateOrigin { get; set; }
member this.CoordinateOrigin : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "coordorigin")>]
member this.CoordinateOrigin : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("coordorigin")>]
member this.CoordinateOrigin : DocumentFormat.OpenXml.StringValue with get, set
Public Property CoordinateOrigin As StringValue
Property Value
Returns StringValue.
- Attributes