Class WrapPanel
Inheritance
System.Object
WrapPanel
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 WrapPanel : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
WrapPanel()
Declaration
public WrapPanel()
Fields
ItemHeightProperty
ItemWidthProperty
OrientationProperty
Properties
ItemHeight
Declaration
public double ItemHeight { get; set; }
Property Value
System.Double
|
ItemWidth
Declaration
public double ItemWidth { get; set; }
Property Value
System.Double
|
Orientation
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|