TableBackground.Shadow Property
Returns a ShadowFormat object that represents the formatting of the shadow associated with the table background. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Shadow As ShadowFormat
Get
'Usage
Dim instance As TableBackground
Dim value As ShadowFormat
value = instance.Shadow
ShadowFormat Shadow { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ShadowFormat
Remarks
You can control the appearance and behavior of a shadow applied to a table by setting the properties of the ShadowFormat object returned by the Shadow property. For example, you can specify the color of the shadow, its degree of transparency, whether it rotates when the table shape is rotated, and whether it is visible.