[LabelWidth]

Attribute sets a custom width for the field label.

Parameters

Parameter
Type
Description

width

float

Label width in pixels.

Examples

[LabelWidth(100)]
public string shortLabel;

[LabelWidth(200)]
public string longLabel;

Last updated