ClassGridSplitter
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class GridSplitter : Thumb, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlThumbGridSplitter
Implements:
Inherited Members
Constructors
GridSplitter()
Declaration
cs-api-definition
public GridSplitter()
Fields
DragIncrementProperty
Declaration
cs-api-definition
public static AutomationProperty DragIncrementProperty
Field Value
KeyboardIncrementProperty
Declaration
cs-api-definition
public static AutomationProperty KeyboardIncrementProperty
Field Value
ResizeBehaviorProperty
Declaration
cs-api-definition
public static AutomationProperty ResizeBehaviorProperty
Field Value
ResizeDirectionProperty
Declaration
cs-api-definition
public static AutomationProperty ResizeDirectionProperty
Field Value
ShowsPreviewProperty
Declaration
cs-api-definition
public static AutomationProperty ShowsPreviewProperty
Field Value
Properties
ResizeBehavior
Declaration
cs-api-definition
public GridResizeBehavior ResizeBehavior { get; set; }
Property Value
ResizeDirection
Declaration
cs-api-definition
public GridResizeDirection ResizeDirection { 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.