Click or drag to resize
HyperTextStylesQuad Structure
A structure for storing information about a quad style.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct Quad : IIdentifiable<string>, 
	IPropertyBackingFieldCompatible<HyperTextStylesQuad>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextStylesQuad>

The HyperTextStylesQuad type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextStylesQuad
Initializes a new instance of the HyperTextStylesQuad struct.
Top
Properties
  NameDescription
Public propertyClassName
Gets the name of the class.
Public propertyIdentifier
Gets the identifier.
Public propertyLinkClassName
Gets the name of the link class.
Public propertyLinkId
Gets the link identifier.
Public propertyShouldRespectColorization
Gets a value indicating whether this HyperTextStylesQuad should respect colorization.
Public propertySizeScalar
Gets the size scalar.
Public propertySprite
Gets the sprite.
Public propertyVerticalOffset
Gets the vertical offset as a percentage of surrounding line height.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current HyperTextStylesQuad.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(HyperTextStylesQuad)
Determines whether the specified HyperTextStylesQuad is equal to the current HyperTextStylesQuad.
Public methodGetHashCode
Serves as a hash function for a HyperTextStylesQuad object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodToString
Returns a String that represents the current HyperTextStylesQuad.
(Overrides ValueTypeToString.)
Top
See Also