Item Property
Item[String]
Gets the property with the specified name.
Declaration
public DesignItemProperty this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
DesignItemProperty |
Item[DependencyProperty]
Gets the design item property representing the specified dependency property. The property must not be an attached property.
Declaration
public DesignItemProperty this[DependencyProperty dependencyProperty] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyProperty | dependencyProperty |
Property Value
Type | Description |
---|---|
DesignItemProperty |