Change symbol of sketch editor

682
1
Jump to solution
05-10-2018 11:05 PM
GonzaloMuöoz
Occasional Contributor

Is it possible in last sdk version for wpf to change the symbol of an sketch editor with SketchEditConfiguration as it was possible in previous versions with EditorConfiguration? In case it's no possible right now, will it be possible?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JenniferNery
Esri Regular Contributor

Yes, this is possible with latest released version of the SDK. You can update the symbol properties of SketchEditor.Style. The only difference from v10.2.x is we had these symbol properties under EditorConfiguration. In v100.x, anything related to changing the look and feel of SketchEditor is under Style and properties that enables/disables certain edit functionality is under SketchEditConfiguration.

View solution in original post

1 Reply
JenniferNery
Esri Regular Contributor

Yes, this is possible with latest released version of the SDK. You can update the symbol properties of SketchEditor.Style. The only difference from v10.2.x is we had these symbol properties under EditorConfiguration. In v100.x, anything related to changing the look and feel of SketchEditor is under Style and properties that enables/disables certain edit functionality is under SketchEditConfiguration.