Show / Hide Table of Contents

Class Bevel

Inheritance
System.Object
Bevel
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Bevel : object

Properties

Height

Gets or sets the height of the Bevel in points.

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double

Preset

Gets or sets the preset Bevel type.

Declaration
public BevelPresetType Preset { get; set; }
Property Value
Type Description
BevelPresetType

Width

Gets or sets the width of the Bevel in points.

Declaration
public double Width { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX