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