ImageControl Class

Represents a control that displays and manages the main image of the records in a table

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ImageControl : Control
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ImageControl

Constructors

ImageControl Constructor class.

Properties

AllowDelete Gets or sets a value indicating whether deletion is allowed.
AllowImport Gets or sets a value indicating whether importing is allowed.
DataId Gets or sets the record ID of the associated table.
Host Gets or sets the Extensibility Host.
Table Gets or sets the table associated with the main image.

Methods

LoadImageProcesa la carga de la imagen principal
OnApplyTemplate OnApplyTemplate method.
(Overrides FrameworkElementOnApplyTemplate)

Fields

AllowDeleteProperty Identify the dependency property AllowDelete.
AllowImportProperty Identify the dependency property AllowImport.
DataIdProperty Identifies the dependency property DataId.
DeleteImageCommand Command to delete the current image.
HostProperty Identifies the dependency property Host.
ImportImageCommand Command to import image.
ImportImageFromDeviceCommand Command to import image from device.
OpenImageCommand Command to open the current image.
PasteImageCommand Command to paste image from clipboard.
SaveImageCommand Command to save the current image.
TableProperty Identifies the dependency property Table.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also