Property Getters/Setters Summary | ||
---|---|---|
method | getHeight() | |
method | setHeight(value) | |
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. | ||
method | getType() | |
method | setType(value) | |
Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant. | ||
method | getWidth() | |
method | setWidth(value) | |
Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. |
Property Getters/Setters Detail |
---|
getWidth/setWidth : float | |
float getWidth() / setWidth(value) |
getHeight/setHeight : float | |
float getHeight() / setHeight(value) |
getType/setType : int | |
int getType() / setType(value) |