ShapeDecorator.RequiresHost 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.
For shapes, outer shape decorators require an additional host shape; inner decorators are implemented as shape fields on the shape itself.
public:
virtual property bool RequiresHost { bool get(); };
public override bool RequiresHost { get; }
member this.RequiresHost : bool
Public Overrides ReadOnly Property RequiresHost As Boolean