alexa

    Show / Hide Table of Contents

    Class TileLayoutDesigner

    Inheritance
    System.Object
    TileLayoutDesigner
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TileLayoutDesigner : ControlDesigner

    Constructors

    TileLayoutDesigner()

    Declaration
    public TileLayoutDesigner()

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerActionListCollection

    Instance

    Declaration
    public TileLayout Instance { get; }
    Property Value
    Type
    TileLayout

    Verbs

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component
    Back to top Generated by DocFX