ShapeBevel

ShapeBevel class

Contains the properties of shape’s main face relief.

public sealed class ShapeBevel : PVIObject, IShapeBevel

Constructors

NameDescription
ShapeBevel(bool)Creates new instance.

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
BevelType { get; set; }Bevel type. Read/write BevelPresetType.
Height { get; set; }Bevel height. Read/write Double.
Width { get; set; }Bevel width. Read/write Double.

Methods

NameDescription
override Equals(object)
override GetHashCode()Returns hash code.

See Also