CODIUM Programming Language (CPL) CodiumSDK CPL TextDecorationLine
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Text Decoration Line
C# |
public enum TextDecorationLine |
Constante | Descripción | |
---|---|---|
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Line_Through | Specifies that a line will be displayed through the text | |
None | Default value. Specifies no line for the text-decoration | |
Overline | Specifies that a line will be displayed over the text | |
Underline | Specifies that a line will be displayed under the text |