次の方法で共有


Callout.Distance Property

Callout drop distance.Represents the attribte in schema: distance

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

Syntax

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

value = instance.Distance

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Callout Class

Callout Members

DocumentFormat.OpenXml.Vml.Office Namespace