Fill.Aspect Property

Definition

Image Aspect Ratio

Represents the following attribute in the schema: aspect

[DocumentFormat.OpenXml.SchemaAttr(0, "aspect")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues> Aspect { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues> Aspect { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "aspect")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues>? Aspect { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("aspect")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues>? Aspect { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues>? Aspect { get; set; }
member this.Aspect : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "aspect")>]
member this.Aspect : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("aspect")>]
member this.Aspect : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ImageAspectValues> with get, set
Public Property Aspect As EnumValue(Of ImageAspectValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to