IImageExtensions
Wisej.Web.Markup.IImageExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.IImageExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the interface.
Sets the image for the specified target.
TImage
target
The target object on which to set the image.
value
The image to set.
Returns: . The target object with the updated image.
Sets the image alignment for the specified target.
TImage
target
The target object on which to set the image alignment.
value
The image alignment to set.
Sets the image index for the specified target.
TImage
target
The target object on which to set the image index.
value
The image index to set.
Sets the image key for the specified target.
TImage
target
The target object on which to set the image key.
value
The image key to set.
Sets the image list for the specified target.
TImage
target
The target object on which to set the image list.
value
The image list to set.
Sets the image source for the specified target.
TImage
target
The target object on which to set the image source.
value
The image source to set.
The type of the target, which must implement .
The type of the target, which must implement .
Returns: . The target object with the updated image alignment.
The type of the target, which must implement .
Returns: . The target object with the updated image index.
The type of the target, which must implement .
Returns: . The target object with the updated image key.
The type of the target, which must implement .
Returns: . The target object with the updated image list.
The type of the target, which must implement .
Returns: . The target object with the updated image source.