Class BevelPresetTypeValues
Specifies the type of bevel preset.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class BevelPresetTypeValues : Enum
Pick the 3D bevel profile a shape edge takes with BevelPresetTypeValues, set on Bevel.PresetProfileType. Circle rounds the edge and Convex bulges it outward for a raised look, while Slope and Angle cut a flat chamfer. The set also offers decorative profiles such as ArtDeco, Divot, Riblet, SoftRound, CoolSlant, RelaxedInset, Cross, and HardEdge for finer styling. The 3D text outline how-to covers shape edge effects.
bevel.PresetProfileType = BevelPresetTypeValues.Circle;Fields
Angle
Represents an angle bevel preset.
Declaration
public const BevelPresetTypeValues Angle
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
ArtDeco
Represents an art deco bevel preset.
Declaration
public const BevelPresetTypeValues ArtDeco
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Circle
Represents a circle bevel preset.
Declaration
public const BevelPresetTypeValues Circle
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Convex
Represents a convex bevel preset.
Declaration
public const BevelPresetTypeValues Convex
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
CoolSlant
Represents a cool slant bevel preset.
Declaration
public const BevelPresetTypeValues CoolSlant
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Cross
Represents a cross bevel preset.
Declaration
public const BevelPresetTypeValues Cross
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Divot
Represents a divot bevel preset.
Declaration
public const BevelPresetTypeValues Divot
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
HardEdge
Represents a hard edge bevel preset.
Declaration
public const BevelPresetTypeValues HardEdge
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
RelaxedInset
Represents a relaxed inset bevel preset.
Declaration
public const BevelPresetTypeValues RelaxedInset
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Riblet
Represents a riblet bevel preset.
Declaration
public const BevelPresetTypeValues Riblet
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
Slope
Represents a slope bevel preset.
Declaration
public const BevelPresetTypeValues Slope
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
SoftRound
Represents a soft round bevel preset.
Declaration
public const BevelPresetTypeValues SoftRound
Field Value
| Type | Description |
|---|---|
| BevelPresetTypeValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |