ReflectionFormat.Size Property
Gets or sets the size of the reflection as a percentage of the reflected shape from 0 to 100.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Size As Single
Get
Set
'Usage
Dim instance As ReflectionFormat
Dim value As Single
value = instance.Size
instance.Size = value
float Size { get; set; }
Property Value
Type: System.Single
The reflection as a percentage of the reflected shape.
Remarks
Read/write.