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?
Solved! Go to Solution.
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.
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.