ShadowFormat.Size Property
Returns or sets the size of the specified shadow as a percentage of the shape size, from 0 to 200. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Size As Single
Get
Set
'Usage
Dim instance As ShadowFormat
Dim value As Single
value = instance.Size
instance.Size = value
float Size { get; set; }
Property Value
Type: System.Single
Remarks
Setting the Size property to 0 removes the shadow. Setting the Size property to 100 creates a shadow the same size as its associated shape. Setting the Size property to 200 creates a shadow double the size of its shape.