ShapeBevel
Overview
ShapeBevel is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IShapeBevel.
Represents the bevel (relief) properties of a shape’s face.
This class provides 1 method for working with ShapeBevel objects in .NET programs.
Available methods include: ShapeBevel.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIPresentationComponent, BevelType, Height, Presentation, Slide, Width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets or sets the width. |
Height | float | Read/Write | Gets or sets the height. |
BevelType | BevelPresetType | Read/Write | Gets or sets the bevel type. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
ShapeBevel(isTopBevel: bool) | Initializes a new instance of the ShapeBevel class. |