InlineShape.ScaleHeight Property
Scales the height 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 ScaleHeight As Single
Get
Set
'Usage
Dim instance As InlineShape
Dim value As Single
value = instance.ScaleHeight
instance.ScaleHeight = value
float ScaleHeight { get; set; }
Property Value
Type: System.Single