Class Bevel

Bevel class

Represents a bevel of a shape

public class Bevel

Properties

NameDescription
Height { get; set; }Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
Width { get; set; }Gets and sets the width of the bevel, or how far into the shape it is applied.

See Also