Block
This documentation provides a comprehensive reference for the Image
component, guiding you through its configuration options.
Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
Class | string | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
Dimension | ImageDimension | None | Gets or sets the image dimension. | 1.0.0 | |
FigureCssClass | string | null | Gets or sets the figure CSS class. | 1.0.0 | |
FigureCssStyle | string | null | Gets or sets the figure CSS style. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
IsRounded | bool | False | If true, image will be rounded. | 1.0.0 | |
Ratio | ImageRatio | None | Gets or sets the image ratio. | 1.0.0 | |
Src | string | null | Gets or sets the image src. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 |