StructureTextState.BackgroundColor

StructureTextState.BackgroundColor property

Gets or sets background color of the text.

public Color BackgroundColor { get; set; }

Remarks

Can be null. Use null to inherit BackgroundColor property from parent structure element.

See Also