Class GridSplitter
Inheritance
System.Object
GridSplitter
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 GridSplitter : Thumb, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
GridSplitter()
Declaration
public GridSplitter()
Fields
DragIncrementProperty
KeyboardIncrementProperty
Declaration
public static AutomationProperty KeyboardIncrementProperty
Field Value
AutomationProperty
|
ResizeBehaviorProperty
ResizeDirectionProperty
ShowsPreviewProperty
Properties
DragIncrement
Declaration
public double DragIncrement { get; set; }
Property Value
System.Double
|
KeyboardIncrement
Declaration
public double KeyboardIncrement { get; set; }
Property Value
System.Double
|
ResizeBehavior
Declaration
public GridResizeBehavior ResizeBehavior { get; set; }
Property Value
GridResizeBehavior
|
ResizeDirection
Declaration
public GridResizeDirection ResizeDirection { get; set; }
Property Value
GridResizeDirection
|
ShowsPreview
Declaration
public bool ShowsPreview { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|