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

NameTypeAccessDescription
WidthfloatRead/WriteGets or sets the width.
HeightfloatRead/WriteGets or sets the height.
BevelTypeBevelPresetTypeRead/WriteGets or sets the bevel type.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
ShapeBevel(isTopBevel: bool)Initializes a new instance of the ShapeBevel class.

See Also