[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputImage

InputImage Class

Image in a C1InputPanel control.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class InputImage : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputImage()

Initializes a new instance of InputImage.

Properties

Name Description
BoundValue

Gets or sets the bound data value associated with this component.

DefaultPadding

Gets the default padding within the InputImage.

Image

Gets or sets the image associated with the InputImage component.

ImageAlign

Gets or sets how the image is aligned within the InputImage component.

ImageScaling

Gets or sets how the image is sized to fit within the InputImage component.

Methods

Name Description
OnImageAlignChanged(EventArgs)

Raises the ImageAlignChanged event.

OnImageChanged(EventArgs)

Raises the ImageChanged event.

OnImageScalingChanged(EventArgs)

Raises the ImageScalingChanged event.

Events

Name Description
ImageAlignChanged

Fires when the ImageAlign property changes.

ImageChanged

Fires when the current Image changes.

ImageScalingChanged

Fires when the ImageScaling property changes.