TIWCGPanelListPictureOptions Class

The class of picture options.

Namespace: IWCGPanelList
TPersistent
  IWCGPanelList.TIWCGPanelListPictureOptions
type
 TIWCGPanelListPictureOptions = class(TPersistent)
 end;

The TIWCGPanelListPictureOptions type exposes the following members.

Show:
 NameDescription
Create(TPersistent)

Initializes a new instance of the TIWCGPanelListPictureOptions class.

Destroy

Represents the destructor of the TIWCGPanelListPictureOptions class.

Top
Show:
 NameDescription
Align

Gets or Sets the image align.

AutoCenterVert

If true, will align to middle.

Note

If you want custom align, you should do it with css class, and set in PictureCss

FixedSize

You can define the fixed size of image instead of detect automatically.

HTMLTag

HTML tag to use for image

Icon

Gets or Sets the jquery icon of item.

Picture

Custom(user) picture of item.

PictureCss

Picture css class

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent).

ResetProps

Reset the properties to default values.

Top