[]
Attempts to parse the background of the specified Model3DView as a solid color.
public bool TryGetBackgroundColor(out Color value)
Public Function TryGetBackgroundColor(ByRef value As Color) As Boolean
| Type | Name | Description |
|---|---|---|
| Color | value | When this method returns, contains the parsed background color if the operation succeeded; otherwise, the default color. This parameter is passed uninitialized. |
| Type | Description |
|---|---|
| bool |
|
This method returns false if the background definition contains errors,
is not a solid color (e.g., pattern), or cannot be parsed.