Tile.Flip プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タイルの反転
スキーマ内の次の属性を表します。 flip
[DocumentFormat.OpenXml.SchemaAttr(0, "flip")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues> Flip { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues> Flip { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "flip")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues>? Flip { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("flip")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues>? Flip { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues>? Flip { get; set; }
member this.Flip : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "flip")>]
member this.Flip : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("flip")>]
member this.Flip : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TileFlipValues> with get, set
Public Property Flip As EnumValue(Of TileFlipValues)
プロパティ値
EnumValue<T> を返します。
- 属性