| Alt |
ParameterAlternative text for image |
String |
-- |
| Fallback |
ParameterFallback if image fails to load |
String |
-- |
| Height |
ParameterHeight of image |
String |
-- |
| Width |
ParameterWidth of image |
String |
-- |
| Placeholder |
ParameterLoading placeholder |
RenderFragment |
-- |
| Preview |
ParameterEnable or disable preview functionality |
Boolean |
true |
| PreviewVisible |
ParameterIf the preview is visible or not |
Boolean |
-- |
| Src |
ParameterImage source |
String |
-- |
| PreviewSrc |
ParameterPreview image source |
String |
-- |
| PreviewVisibleChanged |
ParameterCallback executed when AntDesign.Image.PreviewVisible changes |
EventCallback<Boolean> |
-- |
| OnClick |
ParameterCallback executed on image click |
EventCallback<MouseEventArgs> |
-- |
| Locale |
ParameterLocale data for component |
ImageLocale |
-- |
| Id |
ParameterID for the component's HTML |
String |
Uniquely Generated ID |
| Class |
ParameterSpecifies one or more class names for an DOM element. |
String |
-- |
| Style |
ParameterSpecifies an inline style for a DOM element. |
String |
-- |
| RefBack |
ParameterA ForwardRef instance. You can get a reference to the internal DOM by using AntDesign.ForwardRef.Current. |
ForwardRef |
-- |