ShadowFormat.Style Property

Returns or sets a MsoShadowType that represents the type of shadow formatting to apply to a shape. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Style As MsoShadowStyle
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoShadowStyle

value = instance.Style

instance.Style = value
MsoShadowStyle Style { get; set; }

Property Value

Type: MsoShadowStyle
MsoShadowType

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.Word Namespace