Class UnderlineTag
Represents a tag for underlined text.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.SyntaxEditor.Core.Tagging
Assembly: Telerik.Windows.SyntaxEditor.Core.dll
Syntax
public class UnderlineTag : TextFormattingTagBase, ITextFormattingTag, ITag
Constructors
UnderlineTag(ITextFormatDefinitionKey)
Initializes a new instance of the UnderlineTag class.
Declaration
public UnderlineTag(ITextFormatDefinitionKey formatDefinitionKey)
Parameters
ITextFormatDefinitionKey
formatDefinitionKey
|