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
|
Remarks
The DefaultImageSize
typed constant defines the default ImageSize property value.
See Also