Click or drag to resize
HyperTextStylesLink Structure
A structure for storing information about a link style.

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

The HyperTextStylesLink type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextStylesLink
Initializes a new instance of the HyperTextStylesLink struct.
Top
Properties
  NameDescription
Public propertyColors
Gets the colors.
Public propertyColorTintMode
Gets the color tint mode.
Public propertyStatic memberColorTintModeExplanation
Gets the color tint mode explanation.
Public propertyColorTweenMode
Gets the color tween mode.
Public propertyStatic memberDefaultStyle
Gets the default style.
Public propertyTextStyle
Gets the text style.
Public propertyVerticalOffset
Gets the vertical offset.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current HyperTextStylesLink.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(HyperTextStylesLink)
Determines whether the specified HyperTextStylesLink is equal to the current HyperTextStylesLink.
Public methodGetHashCode
Serves as a hash function for a HyperTextStylesLink object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
See Also