 | HyperTextLinkHitboxPadding 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.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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