2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
Customize the style for the selectorDiagram provides a support to customizing the appearance of the Selector Element. You can customize the selector element by overriding the style of selector element in the css class. The following code illustrates how to customize the style of the selector element. CSS <style> /*Customizing the selector appearance at the time of rubberband selection. */ #helper { stroke: black; stroke-width: 2px; stroke-dasharray:none; fill: gray; opacity: .1; } /*Customizing the selector appearance after rubberband selection. */ #resizeBorder { stroke: red; stroke-width: 5px; fill: #686868; opacity: .1; } /*Customizing the circle of the selector element.*/ #nw-resize, #n-resize, #ne-resize, #w-resize, #e-resize, #sw-resize, #s-resize, #se-resize { stroke: red; } </style>
Please refer the below online JS Playground link for your reference. http://jsplayground.syncfusion.com/gfuj4vit
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.