Class UniformGrid
Inheritance
System.Object
UniformGrid
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class UniformGrid : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
UniformGrid()
Declaration
public UniformGrid()
Fields
ColumnsProperty
FirstColumnProperty
RowsProperty
Properties
Columns
Declaration
public int Columns { get; set; }
Property Value
System.Int32
|
FirstColumn
Declaration
public int FirstColumn { get; set; }
Property Value
System.Int32
|
Rows
Declaration
public int Rows { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|