Skybound Rebar

ControlRenderer.ShouldRenderBackColor Property

Gets a value that indicates whether the background should be rendered using the color specified by the BackColor property.

[Visual Basic]
Protected ReadOnly Property ShouldRenderBackColor As Boolean
[C#]
protected bool ShouldRenderBackColor {get;}

Property Value

true if the renderer will render the background color; otherwise, false.

Remarks

The value of this property is true when BackColor is set to a value other than Color.Empty and Color.Transparent.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace