'Declaration
Public Overloads Overridable Sub SetElementStyle( _ ByVal style As ElementStyle, _ ByVal clearUnsetProps As Boolean _ )
'Usage
Dim instance As SpreadCameraShape Dim style As ElementStyle Dim clearUnsetProps As Boolean instance.SetElementStyle(style, clearUnsetProps)
public virtual void SetElementStyle( ElementStyle style, bool clearUnsetProps )
Parameters
- style
- ElementStyle object that contains the element style
- clearUnsetProps
- Whether to reset properties that are not set in the element to their default settings