Читати англійською Редагувати

Поділитися через


PanelDesigner.MapPropertyToStyle(String, Object) Method

Definition

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

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

Parameters

propName
String

A string containing the property name.

varPropValue
Object

An object that is the property value.

Remarks

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.

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