Class ImageStreamerActionList
CheckBoxAdvActionList class.
Inherited Members
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 |
---|
System.Int32 |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Sliderspeed
Gets the slider speed
Declaration
public int Sliderspeed { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Gets or sets the Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Textanimation
Gets the text animation
Declaration
public bool Textanimation { get; set; }
Property Value
Type |
---|
System.Boolean |
Textdirection
Gets the text animation direction
Declaration
public ImageStreamer.TextStreamDirection Textdirection { get; set; }
Property Value
Type |
---|
ImageStreamer.TextStreamDirection |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ImageStreamer>.InitializeActionList()