VisibleButton.ShowImage Property

Definition

showImage, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: showImage

[DocumentFormat.OpenXml.SchemaAttr(0, "showImage")]
public DocumentFormat.OpenXml.BooleanValue ShowImage { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowImage { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showImage")]
public DocumentFormat.OpenXml.BooleanValue? ShowImage { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showImage")]
public DocumentFormat.OpenXml.BooleanValue? ShowImage { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowImage { get; set; }
member this.ShowImage : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showImage")>]
member this.ShowImage : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showImage")>]
member this.ShowImage : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowImage As BooleanValue

Property Value

Attributes

Applies to