Button.ShowImage Property
showImage.Represents the attribte in schema: showImage
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showImage")> _
Public Property ShowImage As BooleanValue
Get
Set
'Usage
Dim instance As Button
Dim value As BooleanValue
value = instance.ShowImage
instance.ShowImage = value
[SchemaAttrAttribute(, "showImage")]
public BooleanValue ShowImage { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue