Axis.MajorTickMark Property

Returns or sets the type of major tick mark for the specified axis. Read/write XlTickMark.

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

Syntax

'Declaration
Property MajorTickMark As XlTickMark
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlTickMark

value = instance.MajorTickMark

instance.MajorTickMark = value
XlTickMark MajorTickMark { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.XlTickMark

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace