Shape3DType.BevelBottom Property

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

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

Syntax

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

value = instance.BevelBottom

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.BevelBottom

See Also

Reference

Shape3DType Class

Shape3DType Members

DocumentFormat.OpenXml.Drawing Namespace