Share via


ChartSpace.RoundedCorners Property

Rounded Corners.Represents the element tag in schema: c:roundedCorners

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

Syntax

'Declaration
Public Property RoundedCorners As RoundedCorners
    Get
    Set
'Usage
Dim instance As ChartSpace
Dim value As RoundedCorners

value = instance.RoundedCorners

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners
Returns RoundedCorners.

See Also

Reference

ChartSpace Class

ChartSpace Members

DocumentFormat.OpenXml.Drawing.Charts Namespace