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
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()
Extension Methods
- FrameworkElementExtensions.AnimateDoubleProperty(String, Double, Double, Double, Nullable<Double>, Nullable<Double>)
- FrameworkElementExtensions.BindToProperty(DependencyProperty, Object, String, BindingMode, IValueConverter, Object)
- FrameworkElementExtensions.BindToProperty(DependencyProperty, Object, DependencyProperty, BindingMode, IValueConverter, Object)
- FrameworkElementExtensions.GetCurrentSize()