Class WidthCountPair
Inheritance
System.Object
WidthCountPair
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WidthCountPair
Constructors
WidthCountPair(Int32, Int32)
Declaration
public WidthCountPair(int width, int count)
Parameters
System.Int32
width
|
System.Int32
count
|
Properties
Count
Declaration
public int Count { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|