[]
Image in a C1InputPanel control.
public class InputImage : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
InputImage() | Initializes a new instance of InputImage. |
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. |
Name | Description |
---|---|
OnImageAlignChanged(EventArgs) | Raises the ImageAlignChanged event. |
OnImageChanged(EventArgs) | Raises the ImageChanged event. |
OnImageScalingChanged(EventArgs) | Raises the ImageScalingChanged event. |
Name | Description |
---|---|
ImageAlignChanged | Fires when the ImageAlign property changes. |
ImageChanged | Fires when the current Image changes. |
ImageScalingChanged | Fires when the ImageScaling property changes. |