AttributeOnlyStyleEmulationPropertyRenderer borderWidthRenderer =
new AttributeOnlyStyleEmulationPropertyRenderer(
new StyleEmulationElementAppendAttributeRenderer(
elementsSupportingBorderWidthProperty, "style",
new CSSBorderWidthPropertyRenderer(cssPropertyName)));
propertiesRenderer.register(styleProperty, borderWidthRenderer);
}