PanelDesigner::MapPropertyToStyle Method (String^, Object^)
.NET Framework (current version)
Maps a specified property and value to a specified markup style.
Assembly: System.Design (in System.Design.dll)
protected: virtual void MapPropertyToStyle( String^ propName, Object^ varPropValue ) override
Parameters
- propName
-
Type:
System::String^
A string containing the property name.
- varPropValue
-
Type:
System::Object^
An object that is the property value.
The MapPropertyToStyle method provides special handling for the BackImageUrl and HorizontalAlign properties, but calls the MapPropertyToStyle base method for all other values of the propName parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: