Click or drag to resize
HyperTextpreferredWidth Property
Gets the preferred width for layout.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override float preferredWidth { get; }

Property Value

Type: Single
The preferred width for layout.

Implements

UI.ILayoutElement.preferredWidth
See Also