Class TileLayout
Represents the class for TileLayout control.
Inheritance
System.Object
TileLayout
Implements
System.ComponentModel.ISupportInitialize
Assembly: Syncfusion.Tools.Windows.dll
public class TileLayout : GradientPanel, IThemeProvider, IVisualStyle, IThemedControl, INonClientPaintingSupport, ISupportInitialize
Constructors
Initialize a new instance of the TileLayout class.
Declaration
Properties
Gets or sets to allow new group.
Declaration
public bool AllowNewGroup { get; set; }
Property Value
Declaration
public override Rectangle DisplayRectangle { get; }
Property Value
Type |
System.Drawing.Rectangle |
Gets or sets the exit button image.
Declaration
public Image ExitButtonImage { get; set; }
Property Value
Type |
System.Drawing.Image |
Gets or sets the layout group collection.
Declaration
public TileGroupCollection Groups { get; set; }
Property Value
Declaration
public int Items { get; set; }
Property Value
MainLayout
Gets or sets main inner layout.
Declaration
public MainLayout MainLayout { get; set; }
Property Value
Gets or sets the new group button image.
Declaration
public Image NewGroupButtonImage { get; set; }
Property Value
Type |
System.Drawing.Image |
Gets or sets the color of the new group indicator.
Declaration
public Color NewGroupIndicatorColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets to make parent form flat.
Declaration
public bool SetParentFormFlat { get; set; }
Property Value
Gets or sets to show the title of the group.
Declaration
public bool ShowGroupTitle { get; set; }
Property Value
Gets or sets to show item preview.
Declaration
public bool ShowItemPreview { get; set; }
Property Value
Gets or sets the show preview button image.
Declaration
public Image ShowPreviewButtonImage { get; set; }
Property Value
Type |
System.Drawing.Image |
TextAlignment
Gets or sets the alignment of the text.
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
Gets or sets font of the title text.
Declaration
public Font TitleFont { get; set; }
Property Value
Gets or sets transparency value.
Declaration
public int Transparency { get; set; }
Property Value
Methods
New Instance for TileLayout AccessibleObject
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
System.Windows.Forms.AccessibleObject |
Overrides
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
true if managed resources should be disposed; otherwise, false.
|
Overrides
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnLayout(LayoutEventArgs levent)
Parameters
Type |
Name |
Description |
System.Windows.Forms.LayoutEventArgs |
levent |
|
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Overrides
Declaration
protected override void OnResize(EventArgs eventargs)
Parameters
Type |
Name |
Description |
System.EventArgs |
eventargs |
|
Declaration
protected override void OnScroll(ScrollEventArgs se)
Parameters
Type |
Name |
Description |
System.Windows.Forms.ScrollEventArgs |
se |
|
Overrides
Declaration
protected override void OnValidated(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void WndProc(ref Message m)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
m |
|
Overrides
Implements
System.ComponentModel.ISupportInitialize