Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141991 | Jan 14,2019 09:15 AM UTC | Jan 23,2019 01:17 PM UTC | Xamarin.Forms | 13 |
![]() |
Tags: SfImageEditor |
imageeditor.ColorPalette[0] = Color.HotPink; |
imageeditor.ColorPalette[0] = Color.HotPink;
private void ToolbarSettings_ToolbarItemSelected(object sender, ToolbarItemSelectedEventArgs e)
{
var colors = e.ToolbarItem.Name;
if (colors.Equals("Colors"))
{
PenSettings settings = new PenSettings() { Color = firstColor, StrokeWidth = 10 };
imageeditor.AddShape(ShapeType.Path, settings);
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.