WinForms

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

    Show / Hide Table of Contents

    Class GradientLabelActionList

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

    Constructors

    GradientLabelActionList(IComponent)

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

    Properties

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    ImageAlign

    Declaration
    public ContentAlignment ImageAlign { get; set; }
    Property Value
    Type Description
    System.Drawing.ContentAlignment

    Name

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

    Text

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

    TextAlign

    Declaration
    public ContentAlignment TextAlign { get; set; }
    Property Value
    Type Description
    System.Drawing.ContentAlignment

    UseMnemonic

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

    Methods

    InitializeActionList()

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