[]
Sets the style for the element.
public virtual void SetElementStyle(ElementStyle style)
Public Overridable Sub SetElementStyle(style As ElementStyle)
| Type | Name | Description |
|---|---|---|
| ElementStyle | style | ElementStyle object containing the style of the element |
Sets the style for the element and clears unset properties.
public virtual void SetElementStyle(ElementStyle style, bool clearUnsetProps)
Public Overridable Sub SetElementStyle(style As ElementStyle, clearUnsetProps As Boolean)
| Type | Name | Description |
|---|---|---|
| ElementStyle | style | ElementStyle object that contains the element style |
| bool | clearUnsetProps | Whether to reset properties that are not set in the element to their default settings |