ElementHost::PropertyMap Property
.NET Framework (current version)
Gets the property map, which determines how setting properties on the ElementHost control affects the hosted Windows Presentation Foundation (WPF) element.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
public: [BrowsableAttribute(false)] property PropertyMap^ PropertyMap { PropertyMap^ get(); }
Property Value
Type: System.Windows.Forms.Integration::PropertyMap^A PropertyMap that maps ElementHost to properties on the hosted WPF element.
The Windows Forms and WPF technologies have two similar but different property models. Property mapping supports interoperation between the two architectures. For more information, see Windows Forms and WPF Property Mapping.
The following code example demonstrates how to use the PropertyMap property to translate the Margin property for a hosted WPF element. For more information, see Walkthrough: Mapping Properties Using the ElementHost Control.
.NET Framework
Available since 3.0
Available since 3.0
Show: