IsTextDecorated
IsTextDecorated is a boolean property found in various graphical user interface toolkits, most notably within the Java Swing framework. This property determines whether a text component, such as a label or button, should display text decorations like underlining, strikethrough, or overlining.
When IsTextDecorated is set to true, the text rendered within the component will include the specified decoration.
Conversely, if IsTextDecorated is false, the text will be rendered without any embellishments. This is the default