Skybound Rebar

ControlRenderer.ShouldRenderText Property

Gets a value that indicates whether text should be rendered.

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

Property Value

true if the renderer will render the text; otherwise, false.

Remarks

The value of this property is true when ForeColor is set to a value other than Color.Empty and Color.Transparent, the Font property is not a null reference (Nothing in Visual Basic) and the Text property is not a null reference (Nothing in Visual Basic) and is not an empty string ("").

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace