ComponentDesigner.ShadowProperties Property

Definition

Gets a collection of property values that override user settings.

protected:
 property System::ComponentModel::Design::ComponentDesigner::ShadowPropertyCollection ^ ShadowProperties { System::ComponentModel::Design::ComponentDesigner::ShadowPropertyCollection ^ get(); };
protected System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection ShadowProperties { get; }
member this.ShadowProperties : System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection
Protected ReadOnly Property ShadowProperties As ComponentDesigner.ShadowPropertyCollection

Property Value

A ComponentDesigner.ShadowPropertyCollection that indicates the shadow properties of the design document.

Applies to