ClassWrapPanel
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class WrapPanel : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementPanelWrapPanel
Implements:
Inherited Members
Constructors
WrapPanel()
Declaration
cs-api-definition
public WrapPanel()
Fields
ItemHeightProperty
Declaration
cs-api-definition
public static AutomationProperty ItemHeightProperty
Field Value
ItemWidthProperty
Declaration
cs-api-definition
public static AutomationProperty ItemWidthProperty
Field Value
OrientationProperty
Declaration
cs-api-definition
public static AutomationProperty OrientationProperty
Field Value
Properties
Orientation
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.