ShadowFormat.Obscured Property

Definition

MsoTrue if the shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill. MsoFalse if the shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill.

public:
 property Microsoft::Office::Core::MsoTriState Obscured { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState Obscured { get; set; }
member this.Obscured : Microsoft.Office.Core.MsoTriState with get, set
Public Property Obscured As MsoTriState

Property Value

Remarks

MsoTriState can be one of these MsoTriState constants.

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue

Applies to