In This Article

PopupResizeGrip Class

Represents a resize grip for a resizable popup.

public class PopupResizeGrip : Thumb, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control Thumb Object

Constructors

PopupResizeGrip()

Initializes an instance of the PopupResizeGrip class.

public PopupResizeGrip()

Properties

ResizeMode

Gets or sets a ControlResizeMode indicating the resize mode.

public ControlResizeMode ResizeMode { get; set; }

Property Value

ControlResizeMode:

A ControlResizeMode indicating the resize mode.

Fields

ResizeModeProperty

Identifies the ResizeMode dependency property. This field is read-only.

public static readonly DependencyProperty ResizeModeProperty

Inherited Members

Extension Methods