Class ImageStreamer
Inheritance
System.Object
ImageStreamer
Assembly: Syncfusion.Tools.Windows.dll
public class ImageStreamer : Control
Constructors
Declaration
Properties
Declaration
public bool AllowDragging { get; set; }
Property Value
Gets or sets the slider animation speed.
Declaration
public int AnimationSpeed { get; set; }
Property Value
Declaration
public override Color BackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public ImageListAdv ImageCollection { get; }
Property Value
Declaration
public List<Image> Images { get; set; }
Property Value
| Type |
| System.Collections.Generic.List<System.Drawing.Image> |
Gets or sets the image flow direction.
Declaration
public ImageStreamer.StreamDirection ImageStreamDirection { get; set; }
Property Value
MainText
Gets or sets the main text.
Declaration
public Label MainText { get; set; }
Property Value
| Type |
| System.Windows.Forms.Label |
Gets or sets to show navigator.
Declaration
public bool ShowNavigator { get; set; }
Property Value
Gets or sets the slider speed.
Declaration
public int SliderSpeed { get; set; }
Property Value
Gets or sets the slide show.
Declaration
public bool SlideShow { get; set; }
Property Value
Gets or sets the start image index.
Declaration
public int StartImageIndex { get; set; }
Property Value
SubText
Gets or sets the sub text.
Declaration
public Label SubText { get; set; }
Property Value
| Type |
| System.Windows.Forms.Label |
TextAnimation
Gets or sets the slide show.
Declaration
public bool TextAnimation { get; set; }
Property Value
TextAnimationDirection
Gets or sets the text flow direction.
Declaration
public ImageStreamer.TextStreamDirection TextAnimationDirection { get; set; }
Property Value
Gets or sets the tile size for tile layout.
Declaration
public ImageStreamer.ImageStreamerType Type { get; set; }
Property Value
Methods
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
| Type |
| System.Windows.Forms.AccessibleObject |
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
true if managed resources should be disposed; otherwise, false.
|
Declaration
protected override void OnFontChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
MouseCaptureChanged will be raised when this IamgeStreamer is captured with mouse.
Declaration
protected override void OnMouseCaptureChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
public bool ShouldSerializeAnimationSpeed()
Returns
Declaration
public bool ShouldSerializeBackColor()
Returns
Declaration
public bool ShouldSerializeImageStreamDirection()
Returns
Declaration
public bool ShouldSerializeShowNavigator()
Returns
Declaration
public bool ShouldSerializeSliderSpeed()
Returns
Declaration
public bool ShouldSerializeSlideShow()
Returns
Declaration
public bool ShouldSerializeStartImageIndex()
Returns
ShouldSerializeTextAnimation()
Declaration
public bool ShouldSerializeTextAnimation()
Returns
Declaration
public bool ShouldSerializeType()
Returns
Events
Declaration
public event EventHandler AfterSlided
Event Type
Declaration
public event EventHandler BeforeSliding
Event Type