NShape Reference
IFillStyles Indexer

<< Click to Display Table of Contents >>

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

NShape Reference
IFillStyles Indexer

Previous pageReturn to chapter overviewNext page

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

Syntax

IFillStyle 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 fill style element.

Exceptions

Exception

Condition

ArgumentException

Parameter name is null.

KeyNotFoundException

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