| HyperTextStylesText Structure |
Namespace: Candlelight.UI
[SerializableAttribute] public struct Text : IIdentifiable<string>, IPropertyBackingFieldCompatible<HyperTextStylesText>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextStylesText>
The HyperTextStylesText type exposes the following members.
| Name | Description | |
|---|---|---|
| HyperTextStylesText |
Initializes a new instance of the HyperTextStylesText struct.
|
| Name | Description | |
|---|---|---|
| Identifier |
Gets the identifier.
| |
| Tag |
Gets the tag used to indicate this style.
| |
| TextStyle |
Gets the text style.
| |
| VerticalOffset |
Gets the vertical offset as a percentage of surrounding line height.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current
HyperTextStylesText.
(Overrides ValueTypeEquals(Object).) | |
| Equals(HyperTextStylesText) |
Determines whether the specified HyperTextStylesText is equal to the
current HyperTextStylesText.
| |
| GetHashCode |
Serves as a hash function for a HyperTextStylesText object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
| |
| GetVerticalOffset |
Gets the vertical offset.
| |
| ValidateTag |
Validates the supplied tag.
|