Click or drag to resize

ImportExtensionSetters Property

Gets a list of setters that allow initializing dependency properties of the composed object.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public ICollection<Setter> Setters { get; }

Property Value

Type: ICollectionSetter
See Also