次の方法で共有


ToggleButton.GetImage Property

getImage.Represents the attribte in schema: getImage

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

Syntax

'宣言
<SchemaAttrAttribute(, "getImage")> _
Public Property GetImage As StringValue
    Get
    Set
'使用
Dim instance As ToggleButton
Dim value As StringValue

value = instance.GetImage

instance.GetImage = value
[SchemaAttrAttribute(, "getImage")]
public StringValue GetImage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ToggleButton Class

ToggleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace