WinForms

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

    Show / Hide Table of Contents

    Class ImageStreamerActionList

    CheckBoxAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<ImageStreamer>
    ImageStreamerActionList
    Inherited Members
    SyncActionListBase<ImageStreamer>.GetProperty(String)
    SyncActionListBase<ImageStreamer>.SetValue(String, Object)
    SyncActionListBase<ImageStreamer>.GetValue(String)
    SyncActionListBase<ImageStreamer>.GetSortedActionItems()
    SyncActionListBase<ImageStreamer>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<ImageStreamer>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<ImageStreamer>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<ImageStreamer>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<ImageStreamer>.Control
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ImageStreamerActionList : SyncActionListBase<ImageStreamer>

    Constructors

    ImageStreamerActionList(IComponent)

    Initializes a new instance of the ClockActionList class.

    Declaration
    public ImageStreamerActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    Animationspeed

    Gets the animation speed

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

    Name

    Gets or sets Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Sliderspeed

    Gets the slider speed

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

    Text

    Gets or sets the Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Textanimation

    Gets the text animation

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

    Textdirection

    Gets the text animation direction

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

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ImageStreamer>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved