Share via


WindowResizeGrip Class

Definition

Thumb which can resize any item that implements IResizable.

public ref class WindowResizeGrip : System::Windows::Controls::Primitives::Thumb
public class WindowResizeGrip : System.Windows.Controls.Primitives.Thumb
type WindowResizeGrip = class
    inherit Thumb
Public Class WindowResizeGrip
Inherits Thumb
Inheritance
WindowResizeGrip

Constructors

Name Description
WindowResizeGrip()

Creates a new instance of the class.

Fields

Name Description
ResizeGripDirectionProperty

The name of the ResizeGripDirection property.

ResizeGripModeProperty

The ResizeGripMode property.

ResizeTargetProperty

The ResizeTarget property.

Properties

Name Description
ResizeGripDirection

Gets or sets the ResizeGripDirection attribute.

ResizeGripMode

Gets or sets the ResizeGripMode attribute.

ResizeTarget

Gets or sets the target element that this WindowResizeGrip will resize.

Applies to