GridSplitter
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class GridSplitter : Thumb, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlThumbGridSplitter...
Implements:
Inherited Members
Constructors
C#
public GridSplitter()
Fields
C#
public static AutomationProperty DragIncrementProperty
C#
public static AutomationProperty KeyboardIncrementProperty
C#
public static AutomationProperty ResizeBehaviorProperty
C#
public static AutomationProperty ResizeDirectionProperty
C#
public static AutomationProperty ShowsPreviewProperty
Properties
C#
public double DragIncrement { get; set; }
C#
public double KeyboardIncrement { get; set; }
C#
public GridResizeBehavior ResizeBehavior { get; set; }
C#
public GridResizeDirection ResizeDirection { get; set; }
C#
public bool ShowsPreview { get; set; }