Click or drag to resize
HyperTextStylesLinkHitboxPadding Property
Gets a value indicating the number of units on each side that link hitboxes should extend beyond the bounds of the glyph geometry. Use positive values to generate link hitboxes that are larger than their encapsulated geometry (for, e.g., small screen devices).

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

Property Value

Type: ImmutableRectOffset
The number of units on each side that link hitboxes should extend beyond the bounds of the glyph geometry.
See Also