| HyperTextStylesQuad Structure |
Namespace: Candlelight.UI
[SerializableAttribute] public struct Quad : IIdentifiable<string>, IPropertyBackingFieldCompatible<HyperTextStylesQuad>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextStylesQuad>
The HyperTextStylesQuad type exposes the following members.
| Name | Description | |
|---|---|---|
| HyperTextStylesQuad |
Initializes a new instance of the HyperTextStylesQuad struct.
|
| Name | Description | |
|---|---|---|
| ClassName |
Gets the name of the class.
| |
| Identifier |
Gets the identifier.
| |
| LinkClassName |
Gets the name of the link class.
| |
| LinkId |
Gets the link identifier.
| |
| ShouldRespectColorization |
Gets a value indicating whether this HyperTextStylesQuad should
respect colorization.
| |
| SizeScalar |
Gets the size scalar.
| |
| Sprite |
Gets the sprite.
| |
| 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
HyperTextStylesQuad.
(Overrides ValueTypeEquals(Object).) | |
| Equals(HyperTextStylesQuad) |
Determines whether the specified HyperTextStylesQuad is equal to the
current HyperTextStylesQuad.
| |
| GetHashCode |
Serves as a hash function for a HyperTextStylesQuad object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
| |
| ToString |
Returns a String that represents the current
HyperTextStylesQuad.
(Overrides ValueTypeToString.) |