GraffitiFieldLabel

Enumerations #

NameValues
AlignmentsLeft
Center
Right
PositionsLeft
Right

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
LabelPressedNoneNoneRaised when the user presses the label.

Methods #

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
ChildWebUIControlNilThe control that is contained within the component’s field portion.
FieldStyleGraffitiStyleNilGraffitiStyle applies to the field portion of the component.
FieldVisibleBooleanTrueControls the visibility of the field portion of the control.
IconHeightInteger16Height of the IconObject in the label area.
IconObjectPictureNilCustom icon to be drawn in the label area.
IconWidthInteger16Width of the IconObject in the label area.
LabelString“Untitled”Text to display as the label.
LabelAlignmentAlignmentsLeftAlignment of the Label string within the label area.
LabelPositionPositionsLeftPosition relative to the Child field.
LabelStyleGraffitiStyleNilGraffitiStyle applied to the label portion of the component.
LabelVisibleBooleanTrueDetermines the visibility of the label portion of the component.
LabelWidthInteger-1Static width of the label. Use -1 for automatic sizing.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.