Class LayoutGridResizerControl
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
OpacityWhileDraggingProperty
OpacityWhileDragging dependency property.
public static readonly DependencyProperty OpacityWhileDraggingProperty
Field Value
Properties
BackgroundWhileDragging
Gets/sets the background brush of the control being dragged.
[Bindable(true)]
public Brush BackgroundWhileDragging { get; set; }
Property Value
OpacityWhileDragging
Gets/sets the opacity while the control is being dragged.
[Bindable(true)]
public double OpacityWhileDragging { get; set; }