Class HubTileActionList
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class HubTileActionList : SyncActionListBase<HubTile>
Constructors
HubTileActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public HubTileActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
ImageSource
Gets or sets the HubTile ImageSource
Declaration
public Image ImageSource { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Name
Gets or sets the HubTile Name
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
RotationTransition
Gets or sets the HubTile TransitionDirection
Declaration
public TileFlipDirection RotationTransition { get; set; }
Property Value
Type |
---|
TileFlipDirection |
SlideTransition
Gets or sets the HubTile TransitionDirection
Declaration
public TransitionDirection SlideTransition { get; set; }
Property Value
Type |
---|
TransitionDirection |
TileType
Gets or sets the HubTile TransitionDirection
Declaration
public HubTileType TileType { get; set; }
Property Value
Type |
---|
HubTileType |
Methods
InitializeActionList()
Overridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.HubTile>.InitializeActionList()