PanelDesigner::MapPropertyToStyle Method (String^, Object^)

 

Maps a specified property and value to a specified markup style.

Namespace:   System.Web.UI.Design.WebControls
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
Return to top
Show: