WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageStreamer

    Show / Hide Table of Contents

    Class ImageStreamer

    Inheritance
    System.Object
    ImageStreamer
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ImageStreamer : Control

    Constructors

    ImageStreamer()

    Declaration
    public ImageStreamer()

    Properties

    AllowDragging

    Declaration
    public bool AllowDragging { get; set; }
    Property Value
    Type Description
    System.Boolean

    AnimationSpeed

    Gets or sets the slider animation speed.

    Declaration
    public int AnimationSpeed { get; set; }
    Property Value
    Type Description
    System.Int32

    BackColor

    Declaration
    public override Color BackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ImageCollection

    Declaration
    public ImageListAdv ImageCollection { get; }
    Property Value
    Type Description
    ImageListAdv

    Images

    Gets or sets the images.

    Declaration
    public List<Image> Images { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Drawing.Image>

    ImageStreamDirection

    Gets or sets the image flow direction.

    Declaration
    public ImageStreamer.StreamDirection ImageStreamDirection { get; set; }
    Property Value
    Type Description
    ImageStreamer.StreamDirection

    MainText

    Gets or sets the main text.

    Declaration
    public Label MainText { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Label

    ShowNavigator

    Gets or sets to show navigator.

    Declaration
    public bool ShowNavigator { get; set; }
    Property Value
    Type Description
    System.Boolean

    SliderSpeed

    Gets or sets the slider speed.

    Declaration
    public int SliderSpeed { get; set; }
    Property Value
    Type Description
    System.Int32

    SlideShow

    Gets or sets the slide show.

    Declaration
    public bool SlideShow { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartImageIndex

    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
    Type Description
    ImageStreamer.TextStreamDirection

    Type

    Gets or sets the tile size for tile layout.

    Declaration
    public ImageStreamer.ImageStreamerType Type { get; set; }
    Property Value
    Type Description
    ImageStreamer.ImageStreamerType

    Methods

    CreateAccessibilityInstance()

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Dispose(Boolean)

    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.

    OnFontChanged(EventArgs)

    Font changed

    Declaration
    protected override void OnFontChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnGotFocus(EventArgs)

    Declaration
    protected override void OnGotFocus(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnMouseCaptureChanged(EventArgs)

    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

    OnMouseDown(MouseEventArgs)

    Declaration
    protected override void OnMouseDown(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnMouseUp(MouseEventArgs)

    Declaration
    protected override void OnMouseUp(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    OnSizeChanged(EventArgs)

    Declaration
    protected override void OnSizeChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ShouldSerializeAnimationSpeed()

    Declaration
    public bool ShouldSerializeAnimationSpeed()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeBackColor()

    Declaration
    public bool ShouldSerializeBackColor()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeImageStreamDirection()

    Declaration
    public bool ShouldSerializeImageStreamDirection()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeShowNavigator()

    Declaration
    public bool ShouldSerializeShowNavigator()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSliderSpeed()

    Declaration
    public bool ShouldSerializeSliderSpeed()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSlideShow()

    Declaration
    public bool ShouldSerializeSlideShow()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeStartImageIndex()

    Declaration
    public bool ShouldSerializeStartImageIndex()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTextAnimation()

    Declaration
    public bool ShouldSerializeTextAnimation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeType()

    Declaration
    public bool ShouldSerializeType()
    Returns
    Type Description
    System.Boolean

    Events

    AfterSlided

    Fires after slided

    Declaration
    public event EventHandler AfterSlided
    Event Type
    Type Description
    System.EventHandler

    BeforeSliding

    Fires before sliding

    Declaration
    public event EventHandler BeforeSliding
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved