SlideSize.Cy Property

Definition

Extent Width

Represents the following attribute in the schema: cy

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

Property Value

Returns Int32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the width of the extents rectangle in EMUs. This rectangle shall dictate the size of the object as displayed (the result of any scaling to the original object).

Consider a DrawingML object specified as follows:

< … cx="1828800" cy="200000"/>  

The cy attribute specifies that this object has a width of 200000 EMUs (English Metric Units).

The possible values for this attribute are defined by the ST_SlideSizeCoordinate simple type.

Applies to