Click or drag to resize
HyperTextShouldOverrideLinkHitboxPadding Property
Gets or sets a value indicating whether this instance should override the link hitbox padding specified in styles if one is assigned.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool ShouldOverrideLinkHitboxPadding { get; set; }

Property Value

Type: Boolean
if the link hitbox padding specified in styles should be overriden; otherwise, .
See Also