Table of Contents

Class LayoutGridResizerControl

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

Represents a control that can be dragged by the user.

public class LayoutGridResizerControl : Thumb, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LayoutGridResizerControl
Implements
Inherited Members
Extension Methods

Fields

BackgroundWhileDraggingProperty

BackgroundWhileDragging dependency property.

public static readonly DependencyProperty BackgroundWhileDraggingProperty

Field Value

DependencyProperty

OpacityWhileDraggingProperty

OpacityWhileDragging dependency property.

public static readonly DependencyProperty OpacityWhileDraggingProperty

Field Value

DependencyProperty

Properties

BackgroundWhileDragging

Gets/sets the background brush of the control being dragged.

[Bindable(true)]
public Brush BackgroundWhileDragging { get; set; }

Property Value

Brush

OpacityWhileDragging

Gets/sets the opacity while the control is being dragged.

[Bindable(true)]
public double OpacityWhileDragging { get; set; }

Property Value

double

See Also