'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As String _
) As Style
public new Style this[
string
]; {get;}
Parameters
- styleName
- A String indicating the name of the Style to return.
Property Value
The
Style object with the specified name.