Class TileLayoutDesigner
Inheritance
System.Object
TileLayoutDesigner
Assembly: Syncfusion.Tools.Windows.dll
public class TileLayoutDesigner : ControlDesigner
Constructors
Declaration
public TileLayoutDesigner()
Properties
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerActionListCollection |
Declaration
public TileLayout Instance { get; }
Property Value
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerVerbCollection |
Methods
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|