ReadWriteControlDesigner.MapPropertyToStyle Method (String, Object)
.NET Framework (current version)
Maps a property, including description and value, to an intrinsic HTML style.
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.
Note |
|---|
The MapPropertyToStyle method is obsolete. Use the ContainerControlDesigner.GetDesignTimeCssAttributes method for equivalent control designer functionality. |
Note |
|---|
this method must be overridden in a derived class to implement the designer. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
