ShadowFormat.Style Property

Definition

Either returns or uses a MsoShadowStyle object to set the style of the specified shadow. Read/write.

public:
 property Microsoft::Office::Core::MsoShadowStyle Style { Microsoft::Office::Core::MsoShadowStyle get(); void set(Microsoft::Office::Core::MsoShadowStyle value); };
public Microsoft.Office.Core.MsoShadowStyle Style { get; set; }
Public Property Style As MsoShadowStyle

Property Value

MsoShadowStyle

Remarks

The following table shows the possible values for Style.

msoShadowStyleInnerShadow
msoShadowStyleMixed
msoShadowStyleOuterShadow

Applies to