ReadWriteControlDesigner.MapPropertyToStyle(String, Object) Method

Definition

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

C#
protected virtual void MapPropertyToStyle (string propName, object varPropValue);

Parameters

propName
String

The name of the property to map.

varPropValue
Object

The value of the property.

Remarks

참고

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

참고

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

Applies to

제품 버전
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also