Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141949 | Jan 11,2019 03:48 PM UTC | Jan 18,2019 01:45 PM UTC | UWP | 3 |
![]() |
Tags: SfImageEditor |
private void ToolbarSettings_ToolbarItemSelected(object sender, ToolbarItemSelectedEventArgs e)
{
if(e.ToolbarItem.Text =="+Add")
{
e.Cancel = true;
if (!isTextAdded)
{
editor.AddCustomView(editableText, new CustomViewSettings());
isTextAdded = true;
}
}
} |
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.