menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HubTileActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HubTileActionList

    CheckBoxAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<HubTile>
    HubTileActionList
    Inherited Members
    SyncActionListBase<HubTile>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<HubTile>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<HubTile>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<HubTile>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<HubTile>.Control
    SyncActionListBase<HubTile>.GetProperty(String)
    SyncActionListBase<HubTile>.GetSortedActionItems()
    SyncActionListBase<HubTile>.GetValue(String)
    SyncActionListBase<HubTile>.SetValue(String, Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved