Axis.MaximumScaleIsAuto Property

True if Microsoft Word calculates the maximum value for the value axis. Read/write.

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

Syntax

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

value = instance.MaximumScaleIsAuto

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

Property Value

Type: System.Boolean
Boolean

Remarks

Setting the MaximumScale property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace