com.aspose.diagram
Class Bevel

java.lang.Object
    extended by com.aspose.diagram.Bevel

public class Bevel 
extends java.lang.Object

Represents a bevel of a shape


Property Getters/Setters Summary
DoubleValuegetHeight()
voidsetHeight(DoubleValue)
           Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
DoubleValuegetWidth()
voidsetWidth(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)
Gets and sets the width of the bevel, or how far into the shape it is applied.

getHeight/setHeight

public DoubleValue getHeight() / public void setHeight(DoubleValue value)
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.