_Font.Scaling Property
Returns or sets the scaling percentage applied to the font. This property stretches or compresses text horizontally as a percentage of the current size (the scaling range is from 1 through 600). Read/write Integer.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Scaling As Integer
Get
Set
'Usage
Dim instance As _Font
Dim value As Integer
value = instance.Scaling
instance.Scaling = value
int Scaling { get; set; }
Property Value
Type: System.Int32