[]
Gets style by the specified index.
public VisualEffectsStyle this[int i] { get; }
| Type | Name | Description |
|---|---|---|
| int | i | The style index. |
| Type | Description |
|---|---|
| VisualEffectsStyle | The VisualEffectsStyle object. |
Gets style by the specified name.
public VisualEffectsStyle this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The style name. |
| Type | Description |
|---|---|
| VisualEffectsStyle | The VisualEffectsStyle object. |