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