TextSegment.TextState

TextSegment.TextState property

Gets or sets text state for the text that TextSegment object represents.

public TextState TextState { get; set; }

Remarks

Provides a way to change following properties of the text: Font FontSize FontStyle ForegroundColor BackgroundColor

See Also