Shared properties
All advanced components (excluding browser, mediaplayer and pdfviewer) has 2 shared properties, border and gradientTutti i componenti advanced (tranne il browser, mediaplayer e pdfviewer) hanno in comune due tipologie di proprietà, border e gradientGradient:
- direction , gradient direction,, available only for G-VisionXXX systems and derivatives
- VERTICAL: vertical gradient;
- HORIZONTAL: horizontal gradient;
- DIAGONAL 135: 135° gradient compared to the center of the component
- DIAGONAL 45: 45° gradient compared to the center of the component
- gradient1: first gradient among the two available, if the direction is VERTICAL starts from top, if direction HORIZONTAL start from left, if direction DIAGONAL 135 starts from top left, if direction DIAGONAL 45 starts from bottom left
- gradient1Color: color of the first gradient
- gradient1Enalbe: if true the first gradient is visualized, if false no
- gradient1Width: width of the first gradient in pixel
- gradient2: second gradient among the two available, if the direction is VERTICAL starts from bottom, if direction HORIZONTAL start from right, if direction DIAGONAL 135 starts from bottom right, if direction DIAGONAL 45 starts from top right
- gradient2Color: color of the second gradient
- gradient2Enalbe: if true the second gradient is visualized, if false no
- gradient2Width: width of the first second in pixel
- Border:
- borderColor: component border color
- borderType. How the border is drawn
- FLAT, no effect applied, is drawn a border with color borderColor and width lineWidth
- 3D_OUT, border with 3D outer relief effect
- DOUBLE LINE: are drawn 3 concetrics borders
- 3D_IN, border with 3D inner relief effect
- lineWidth, border width in pixel