Callout.Gap Property

Callout gap.Represents the attribte in schema: gap

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

Syntax

'Declaration
<SchemaAttrAttribute(, "gap")> _
Public Property Gap As StringValue
    Get
    Set
'Usage
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