New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class WidthCountPair

Inheritance: objectWidthCountPair

Constructors

C#
public WidthCountPair(int width, int count)
Parameters:widthintcountint

Properties

C#
public int Count { get; set; }
C#
public int Width { get; set; }