SetStyle Method (Waterfall)
In This Topic
Sets the named style.
Syntax
'Declaration
Protected Overrides Sub SetStyle( _
ByVal As _Style, _
ByVal As String _
)
protected override void SetStyle(
_Style ,
string
)
Parameters
- style
- Style.
- name
- The name of style.
See Also