SetElementStyle(ElementStyle,Boolean) Method
Sets the style for the element and clears unset properties.
'Declaration
Public Overloads Overrides Sub SetElementStyle( _
ByVal As ElementStyle, _
ByVal As Boolean _
)
'Usage
Dim instance As ChartShape
Dim style As ElementStyle
Dim clearUnsetProps As Boolean
instance.SetElementStyle(style, clearUnsetProps)
Parameters
- style
- ElementStyle object containing the style of the element
- clearUnsetProps
- Whether to reset properties that are not set in the element to their default settings