NShape Reference
IColorStyles Indexer

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > IColorStyles Interface >

NShape Reference
IColorStyles Indexer

Previous pageReturn to chapter overviewNext page

Provides a read only access to the collections elements by the style name.

Syntax

IColorStyle this[string name] { get; }

Description

Provides a read only access to the collections elements by the style name.

Parameters

Name

Description

name

The name of the color style element.

Exceptions

Exception

Condition

ArgumentException

Parameter name is null.

KeyNotFoundException

A style with the specified name does not exist in the collection.