StrokeChildType.ImageAspect Property

Definition

Stroke Image Aspect Ratio

Represents the following attribute in the schema: imageaspect

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to