Skip to main content

BootstrapImageEditPropertiesBuilder Members

Contains settings specific to an image editor.

Methods

Name Description
AlternateText(String) Sets the alternate text displayed instead of the image when the image is unavailable.
AlternateTextField(String) Sets the data source field that provides alternate texts to the inplace image editor.
AlternateTextFormatString(String) Sets the pattern used to format the image’s alternate text.
ClientSideEvents(Action<StaticEditClientSideEventsBuilder>) Object that lists the client-side events specific to the StaticEdit.
DescriptionUrl(String) Sets the location of the image’s detailed description.
DescriptionUrlField(String) Sets the data source field which contains locations to image detailed descriptions of the inplace editor.
DescriptionUrlFormatString(String) Sets the pattern used to format the location of the image’s detailed description.
DisplayFormatString(String) Sets the pattern used to format the editor’s value for display purposes.
EnableClientSideAPI(Boolean) Sets a value that specifies whether the editor can be manipulated on the client side via code.
EncodeHtml(Boolean) Sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
ExportImageSettings(Action<ExportBinaryImageSettingsBuilder>) Provides access to settings that are applied to an exported binary image.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ImageAlign(ImageAlign) Sets the alignment of the image control in relation to the other items on the web page.
ImageHeight(Int32) Sets the height of the image displayed within the image control.
ImageHeight(String) Sets the height of the image displayed within the image control.
ImageUrlFormatString(String) Sets the pattern used to format the URL that points to the image displayed in the editor.
ImageWidth(Int32) Sets the width of the image displayed within the image control.
ImageWidth(String) Sets the width of the image displayed within the image control.
LoadingImageUrl(String) Specifies a custom loading image.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
NullDisplayText(String) Sets the text displayed within the editor’s edit region when the editor’s value is null.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowLoadingImage(Boolean) Specifies whether the loading image is displayed while the main image is being loaded.
ToolTip(String) Sets the text displayed when the mouse pointer hovers over the image.
ToolTipField(String) Sets the name of a data field (or an xml element’s attribute) which provides the tooltip text for images.
ToolTipFormatString(String) Sets the pattern used to format the image’s tooltip text.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also