IMsoChartArea.RoundedCorners Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property RoundedCorners As Boolean
Get
Set
'Usage
Dim instance As IMsoChartArea
Dim value As Boolean
value = instance.RoundedCorners
instance.RoundedCorners = value
bool RoundedCorners { get; set; }
Property Value
Type: System.Boolean