Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the bottom bevel type of a shape's bevel.
Value | Description |
---|---|
0 |
No bevel |
1 |
Circle bevel |
2 |
Relaxed Inset bevel |
3 |
Cross bevel |
4 |
Cool Slant bevel |
5 |
Angle bevel |
6 |
Soft Round bevel |
7 |
Convex bevel |
8 |
Slope bevel |
9 |
Divot bevel |
10 |
Riblet bevel |
11 |
Hard Edge bevel |
12 |
Art Deco bevel |
Remarks
To get a reference to the BevelBottomType cell by name from another formula, by value of the N attribute of a Cell element in the .vsdx file format, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
BevelBottomType |
To get a reference to the BevelBottomType cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowBevelProperties |
Cell index: |
visBevelBottomType |