PopupResizeGrip Class
Represents a resize grip for a resizable popup.
public class PopupResizeGrip : Thumb
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