Share via


Callout.Gap Property

Definition

Callout gap

Represents the following attribute in the schema: gap

[DocumentFormat.OpenXml.SchemaAttr(0, "gap")]
public DocumentFormat.OpenXml.StringValue Gap { get; set; }
public DocumentFormat.OpenXml.StringValue Gap { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "gap")]
public DocumentFormat.OpenXml.StringValue? Gap { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("gap")]
public DocumentFormat.OpenXml.StringValue? Gap { get; set; }
public DocumentFormat.OpenXml.StringValue? Gap { get; set; }
member this.Gap : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "gap")>]
member this.Gap : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("gap")>]
member this.Gap : DocumentFormat.OpenXml.StringValue with get, set
Public Property Gap As StringValue

Property Value

Returns StringValue.

Attributes

Applies to