Modifier

ComponentDesigner.ShadowPropertyCollection Class

Definition

Represents a collection of shadow properties that should override inherited default or assigned values for specific properties. This class cannot be inherited.

protected: ref class ComponentDesigner::ShadowPropertyCollection sealed
protected sealed class ComponentDesigner.ShadowPropertyCollection
Protected NotInheritable Class ComponentDesigner.ShadowPropertyCollection
Inheritance
ComponentDesigner.ShadowPropertyCollection

Remarks

ComponentDesigner.ShadowPropertyCollection stores a collection of values for specific properties that override any other value for these properties at design time. This is useful for ensuring that a specific property is set to a specific value, for example, in situations when the background form should always have its visible property set to true.

Properties

Name Description
Item[String]

Gets or sets the object at the specified index.

Methods

Name Description
Contains(String)

Indicates whether a property matching the specified name exists in the collection.

Applies to

See also