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
Type |
Description |
System.Boolean |
|
Gets or sets the slider animation speed.
Declaration
public int AnimationSpeed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public override Color BackColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public ImageListAdv ImageCollection { get; }
Property Value
Declaration
public List<Image> Images { get; set; }
Property Value
Type |
Description |
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 |
Description |
System.Windows.Forms.Label |
|
Gets or sets to show navigator.
Declaration
public bool ShowNavigator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the slider speed.
Declaration
public int SliderSpeed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the slide show.
Declaration
public bool SlideShow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the start image index.
Declaration
public int StartImageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubText
Gets or sets the sub text.
Declaration
public Label SubText { get; set; }
Property Value
Type |
Description |
System.Windows.Forms.Label |
|
TextAnimation
Gets or sets the slide show.
Declaration
public bool TextAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
Description |
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
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeBackColor()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImageStreamDirection()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeShowNavigator()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeSliderSpeed()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeSlideShow()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeStartImageIndex()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTextAnimation()
Declaration
public bool ShouldSerializeTextAnimation()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeType()
Returns
Type |
Description |
System.Boolean |
|
Events
Declaration
public event EventHandler AfterSlided
Event Type
Type |
Description |
System.EventHandler |
|
Declaration
public event EventHandler BeforeSliding
Event Type
Type |
Description |
System.EventHandler |
|