PropertyMap.DefaultTranslators Property

Definition

Gets a collection of property mappings which are defined by default.

protected:
 property System::Collections::Generic::Dictionary<System::String ^, System::Windows::Forms::Integration::PropertyTranslator ^> ^ DefaultTranslators { System::Collections::Generic::Dictionary<System::String ^, System::Windows::Forms::Integration::PropertyTranslator ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,System.Windows.Forms.Integration.PropertyTranslator> DefaultTranslators { get; }
member this.DefaultTranslators : System.Collections.Generic.Dictionary<string, System.Windows.Forms.Integration.PropertyTranslator>
Protected ReadOnly Property DefaultTranslators As Dictionary(Of String, PropertyTranslator)

Property Value

A Dictionary<TKey,TValue> which maps property names to corresponding PropertyTranslator delegates.

Remarks

For a list of default property mappings, see Windows Forms and WPF Property Mapping.

Applies to

See also