[]
Represents a bevel on an object face.
public class Bevel : FormattingBag
Public Class Bevel
Inherits FormattingBag
Name | Description |
---|---|
Height | Gets or sets the height of the bevel, or how far above the object it is applied. Allowed values are from -0 to 1584, inclusive. The default is 0 for text and 6 for drawings if Type is not NoBevel. |
Type | Gets or sets preset bevel type which defines the look of the bevel. Default value is NoBevel. |
Width | Gets or sets the width of the bevel, or how far into the object it is applied. Allowed values are from -0 to 1584, inclusive. Default value is 0 for text and 6 for drawings if Type is not NoBevel. |
Name | Description |
---|---|
ApplyPreset(BevelType) | Applies a predefined set of bevel properties. |
FixInheritedValues() | Fixes all inherited values as "direct" values for this instance. |
Reset() | Resets the bevel to inherited defaults. |