Custom Brushes
The RadSvgImage
component allows you to specify paint servers that will be applied to the displayed SVG image. This is done by setting the CustomBrushes
property. This property is of the type of Dictionary<string, Brush>
.
The following example shows how to utilize the CustomBrushes property: