Thank you for using Syncfusion products.
[C#]
Color firstNeedlePointerColor = Color.Blue; double opacity = 0.2; // A from RGBA denotes alpha(opacity) value for the color needlePointer1.Color = Color.FromRgba(firstNeedlePointerColor.R, firstNeedlePointerColor.G, firstNeedlePointerColor.B, opacity); |
In the above sample, we have set alpha value properties for multiple pointer in circular gauge control.
If the provided solution doesn’t meet your requirement, please revert us back with more information, so that we could analyze on it and provide you better solution.
Regards,
Sivakumar P