ReadWriteControlDesigner.MapPropertyToStyle Method (String, Object)

 

Maps a property, including description and value, to an intrinsic HTML style.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract MapPropertyToStyle : 
        propName:string *
        varPropValue:Object -> unit
override MapPropertyToStyle : 
        propName:string *
        varPropValue:Object -> unit

Parameters

propName
Type: System.String

The name of the property to map.

varPropValue
Type: System.Object

The value of the property.

System_CAPS_noteNote

The MapPropertyToStyle method is obsolete. Use the ContainerControlDesigner.GetDesignTimeCssAttributes method for equivalent control designer functionality.

System_CAPS_noteNote

this method must be overridden in a derived class to implement the designer.

.NET Framework
Available since 1.1
Return to top
Show: