Table of Contents

Class DesignItemPropertyCollection

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Represents a collection of design item properties.

public abstract class DesignItemPropertyCollection : IEnumerable<DesignItemProperty>, IEnumerable
Inheritance
DesignItemPropertyCollection
Implements
Extension Methods

Properties

this[string]

Gets the property with the specified name.

this[DependencyProperty]

Gets the design item property representing the specified dependency property. The property must not be an attached property.

Methods

GetAttachedProperty(Type, string)

Gets the attached property on the specified owner with the specified name.

GetAttachedProperty(DependencyProperty)

Gets the design item property representing the specified attached dependency property.

GetEnumerator()

Gets an enumerator to enumerate the properties that have a non-default value.

GetProperty(string)

Gets the design item property with the specified name.

GetProperty(DependencyProperty)

Gets the design item property representing the specified dependency property. The property must not be an attached property.