Bevel
The Bevel component is a beveled outline drawn using a canvas.
Contents
Client-side Features
DOM Elements
The component generates the following client-side DOM elements:
- Wrapper (HTMLDivElement). Full web browser support. Access it with
$("#ComponentName_outer").get()[0]
.- Main element (HTMLCanvasElement). Wide browser support. Access it with:
$("#ComponentName").get()[0]
.
- Main element (HTMLCanvasElement). Wide browser support. Access it with:
Client-side Events
- Documented in the RPCL Reference.
Server-side Features
Properties, Methods and Events
- Documented in the RPCL Reference.
Help Resources
Sample Applications
In the following folders inside the sample applications directory you will find projects covering this component:
- Components\Bevel. Basic usage.