[]
Returns Color that can be used instead of background when element does not support special background.
public abstract Color? GetSolidColor()
Public MustOverride Function GetSolidColor() As Color?
| Type | Description |
|---|---|
| Color? | Returns solid Color or "null" if the background does not support solid color. |