Axis.MinimumScaleIsAuto Property

True if Microsoft Word calculates the minimum 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 MinimumScaleIsAuto As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.MinimumScaleIsAuto

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

Property Value

Type: System.Boolean
Boolean

Remarks

Setting the MinimumScale property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace