BevelBottomType Cell (Bevel Properties Section)
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 |
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 |