GraffitiAvatar

See Also #

This class has no related objects.

Enumerations #

Name Values
This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description
DoublePressed None None Raised when the user double clicks the avatar’s visible area.
Pressed None None Raised when the user single clicks the avatar’s visible area.

Methods #

Definition Parameters Return Type Description
UserImage file as GraffitiWebFile None Sets the UserImage property to the appropriate value for a GraffitiWebFile.
UserImage file as WebFile None Sets the UserImage property to the appropriate value for a WebFile.
UserImage image as Picture None Sets the UserImage property to the appropriate value for a Picture.

Properties #

Name Type Default Value Description
BackgroundColor Color &c000000 Color to display behind user’s initials.
BorderColor Color &caaaaaa Color applied to the outside edge of the avatar.
BorderSize Integer 2 Size, in pixels, of the border.
TextColor Color &cffffff Color used for text within the avatar.
UserImage String Nil URL to the user’s avatar image. Use one of the UserImage methods to automatically set this value for specific object types.
UserName String “” Name to be used for initial extraction.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.