InlineShape.ScaleWidth Property
Scales the width of the specified inline shape relative to its original size.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ScaleWidth As Single
Get
Set
'Usage
Dim instance As InlineShape
Dim value As Single
value = instance.ScaleWidth
instance.ScaleWidth = value
float ScaleWidth { get; set; }
Property Value
Type: System.Single