Table of Contents

Property this

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

this[string]

Gets the property with the specified name.

public DesignItemProperty this[string name] { get; }

Parameters

name string

Property Value

DesignItemProperty

this[DependencyProperty]

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

public DesignItemProperty this[DependencyProperty dependencyProperty] { get; }

Parameters

dependencyProperty DependencyProperty

Property Value

DesignItemProperty