We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c7c94 + 23e0987 commit 8930868Copy full SHA for 8930868
ej2-asp-core-mvc/code-snippet/image-editor/annotation/adjust-stroke-color/razor
@@ -15,6 +15,7 @@
15
function ShapeChanging(args) {
16
if (args.currentShapeSettings.type === 'FreehandDraw') {
17
args.currentShapeSettings.strokeColor = 'red';
18
+ args.currentShapeSettings.strokeWidth = 10;
19
}
20
21
ej2-asp-core-mvc/code-snippet/image-editor/annotation/adjust-stroke-color/tagHelper
function shapeChanging(args) {
</script>
0 commit comments