WinForms

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

    Show / Hide Table of Contents

    Class AutoLabelActionList

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

    Constructors

    AutoLabelActionList(IComponent)

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

    Properties

    AutoSize

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

    DX

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

    DY

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

    Gap

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

    LabeledControl

    Declaration
    public Control LabeledControl { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    Name

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

    Position

    Declaration
    public AutoLabelPosition Position { get; set; }
    Property Value
    Type Description
    AutoLabelPosition

    Text

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

    Methods

    InitializeActionList()

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