ShapeElement.HasFilledBackground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether to draw the background of the shape.
public:
virtual property bool HasFilledBackground { bool get(); };
public virtual bool HasFilledBackground { get; }
member this.HasFilledBackground : bool
Public Overridable ReadOnly Property HasFilledBackground As Boolean