次の方法で共有


Fill.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)

プロパティ値

EnumValue<T> を返します。

属性

適用対象