次の方法で共有


Callout.Gap Property

Callout gap.Represents the attribte in schema: gap

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

Syntax

'宣言
<SchemaAttrAttribute(, "gap")> _
Public Property Gap As StringValue
    Get
    Set
'使用
Dim instance As Callout
Dim value As StringValue

value = instance.Gap

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Callout Class

Callout Members

DocumentFormat.OpenXml.Vml.Office Namespace