Description
Returns a NamedStyle if it exists. If the style does not exist, null is returned.
C#
vb.net
Parameters
styleName
The name of the style to retrieve.Returns
The named style with the namestyleName
, or null if the style does not exist.
Examples
C#
vb.net