Bevel Class

Represents a bevel of a shape
Inheritance Hierarchy
SystemObject
  Aspose.DiagramBevel

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Bevel

The Bevel type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
Public propertyWidth
Gets and sets the width of the bevel, or how far into the shape it is applied.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also