Click or drag to resize
RichTextStyle Methods

The RichTextStyle type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current RichTextStyle.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RichTextStyle)
Determines whether the specified RichTextStyle is equal to the current RichTextStyle.
Public methodStatic memberGetEndTag
Gets the end tag for the specified style.
Public methodGetHashCode
Serves as a hash function for a RichTextStyle object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodGetSize
Gets the size of this style based on that of the surrounding text.
Public methodStatic memberGetStartTag
Gets the start tag for the specified style.
Public methodToEndTag
Creates a string representation of an end tag for the style.
Public methodToStartTag
Creates a string representation of a start tag for the style.
Top
See Also