Bevel
Contents
[
Hide
]Bevel class
Represents a bevel of a shape
class Bevel;
Properties
| Property | Type | Description |
|---|---|---|
| width | number | Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. |
| height | number | Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. |
| type | BevelPresetType | Gets and sets the preset bevel type. |
width
Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
width : number;
height
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
height : number;
type
Gets and sets the preset bevel type.
type : BevelPresetType;