DesignItemPropertyCollection Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Represents a collection of design item properties.
Inheritance
System.Object
DesignItemPropertyCollection
Implements
System.Collections.Generic.IEnumerable<DesignItemProperty>
System.Collections.IEnumerable
Syntax
public abstract class DesignItemPropertyCollection : IEnumerable<DesignItemProperty>, IEnumerable
Properties
Item[String] | Gets the property with the specified name. |
Item[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. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable