Point.HasDataLabel Property

True if the point has a data label. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property HasDataLabel As Boolean
    Get
    Set
'Usage
Dim instance As Point
Dim value As Boolean

value = instance.HasDataLabel

instance.HasDataLabel = value
bool HasDataLabel { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Word Namespace