BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Helmut,
Thanks for your interest in Syncfusion products.
Based on the provided information and we have found that the intellisense of Xamarin get conflicted by Scale Property of VisualElement with the Scale property of SfCircularGauge. It can be resolved prepending namespace of SfCircularGauge. Please refer the following code snippet.
Code Snippet:
C#: |
Please let us know if you have any queries.
Regards,
Nijamudeen M.
Code Snippet:
C#: |
Hi Helmut,
Sorry for the inconvenience caused.
In our previous update, we have provided solution to resolve the intellisense issue in Xamarin as there is a namespace conflict between two properties, as EndValue property of Scale can be bind with any double value properties, we have provided the code snippet for illustration purpose. We have created a simple sample for the same, please find the sample below,
Sample: Xamarin.Binding_Programatically.zip
In the above sample, we have bind the EndValue of Scale with CustomEndValue Property for that please refer the below code snippet.
C# |
Note: The above highlighted namespace is to resolve the intellisense issue.
Please let us know, if you have any queries.
Regards,
Nijamudeen M.