Skip to main content

DefaultImageSize Constant

Specifies the default pixel dimensions of the area allocated to a legend item image.

Declaration

const DefaultImageSize: TdxSizeF = (cx: 20; cy: 16);

Returns

Type Description
TdxSizeF

The default pixel dimensions of the area allocated to a legend item image at 96 DPI.

DefaultImageSize.Width and DefaultImageSize.Height property values are set to 20 and 16, respectively.

Remarks

The DefaultImageSize typed constant defines the default ImageSize property value.

See Also