1.1 KiB
1.1 KiB
title | page_title | description | position | slug |
---|---|---|---|---|
Styling | Xamarin Path Documentation | Styling | Check our "Styling" documentation article for Telerik Path for Xamarin control. | 8 | path-styling |
Styling
The RadPath element exposes the following properties you can use to customize the look of the path figures:
- Fill: Used for setting up the color within the figures. You should set an object of type RadBrush. This can be a RadSolidColorBrush or a RadSweepGradientBrush
- Stroke: You can use this property to set the stroke color.
- StrokeThickness: You can use this property to set the thickness of the stroke.
- BackgroundColor: You can use this property to modify the color of the rectangle which contains the specific figure.
Here is an example with RadSweepGradientBrush:
Below you can check an example with RadSolidColorBrush:
And the result is shown below:
See Also
- [PathGeometry]({% slug path-structure %})