次の方法で共有


ToggleButton.ShowImage Property

showImage.Represents the attribte in schema: showImage

Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "showImage")> _
Public Property ShowImage As BooleanValue
    Get
    Set
'使用
Dim instance As ToggleButton
Dim value As BooleanValue

value = instance.ShowImage

instance.ShowImage = value
[SchemaAttrAttribute(, "showImage")]
public BooleanValue ShowImage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

ToggleButton Class

ToggleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace