Share via


GradientFill.Flip Property

Definition

Tile Flip

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to