Share via


Shape3D.BevelBottom Property

Bottom Bevel.Represents the element tag in schema: a:bevelB

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property BevelBottom As BevelBottom
    Get
    Set
'Usage
Dim instance As Shape3D
Dim value As BevelBottom

value = instance.BevelBottom

instance.BevelBottom = value
public BevelBottom BevelBottom { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.BevelBottom
Returns BevelBottom.

See Also

Reference

Shape3D Class

Shape3D Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace