java.lang.Object
com.aspose.diagram.Bevel
public class Bevel
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getHeight() | |
void | setHeight(DoubleValue) | |
| Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. | ||
DoubleValue | getWidth() | |
void | setWidth(DoubleValue) | |
| Gets and sets the width of the bevel, or how far into the shape it is applied. | ||
| Property Getters/Setters Detail |
|---|
getWidth/setWidth | |
public DoubleValue getWidth() / public void setWidth(DoubleValue value) | |
getHeight/setHeight | |
public DoubleValue getHeight() / public void setHeight(DoubleValue value) | |