Class Bevel
Class Bevel
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents a bevel of a shape
public class Bevel
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Height
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
public double Height { get; set; }
Property Value
Type
Gets and sets the preset bevel type.
public BevelPresetType Type { get; set; }
Property Value
Width
Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
public double Width { get; set; }