SetDefaultStyle Method
SetDefaultStyle(StyleType, Style)
Sets the style that is applied to objects that do not explicitly specify a style.
Declaration
public void SetDefaultStyle(StyleType type, Style style)
Public Sub SetDefaultStyle(type As StyleType, style As Style)
Parameters
Type |
Name |
Description |
StyleType |
type |
The style type.
|
Style |
style |
The style to set as the default.
|