|
<< Click to Display Table of Contents >> NShape Reference
|
![]() ![]()
|
Provides a read only access to the collections elements by the style name.
ILineStyle this[string name] { get; } |
Provides a read only access to the collections elements by the style name.
Name |
Description |
|---|---|
name |
The name of the line style element. |
Exception |
Condition |
|---|---|
ArgumentException |
Parameter name is null. |
KeyNotFoundException |
A style with the specified name does not exist in the collection. |