Skip to main content

BootstrapBinaryImageEditingSettingsBase Members

Serves as a base class for classes that contain settings that relate to the editing functionality of the Binary Image.

Constructors

Name Description
BootstrapBinaryImageEditingSettingsBase() Initializes a new instance of the BootstrapBinaryImageEditingSettingsBase class.
BootstrapBinaryImageEditingSettingsBase(IPropertiesOwner) Initializes a new instance of the BootstrapBinaryImageEditingSettingsBase class with the specified owner.

Properties

Name Description
AllowDropOnPreview Gets or sets whether end-users can upload images by dropping them on the preview. Inherited from BinaryImageEditingSettings.
ButtonPanelSettings Gets the settings of the button panel. Inherited from BinaryImageEditingSettings.
DropZoneText Specifies the text displayed in a drop zone. Inherited from BinaryImageEditingSettings.
EmptyValueText Gets or sets the text displayed in the editor when there is no image. Inherited from BinaryImageEditingSettings.
Enabled Specifies if a binary image can be edited (uploaded) by end-users. Inherited from BinaryImageEditingSettings.
UploadSettings Provides access to the binary image upload settings.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified object to the current one. Inherited from BinaryImageEditingSettings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also