Axis.HasDisplayUnitLabel Property

True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default value is True. Read/write.

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

Syntax

'Declaration
Property HasDisplayUnitLabel As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.HasDisplayUnitLabel

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace