Ler em inglês

Compartilhar via


IResizable Interface

Definition

Represents an element which can be resized and moved through deltas. This interface is used in conjunction with the WindowResizeGrip.

C++/CX
public interface class IResizable

Remarks

This interface is used in conjunction with the WindowResizeGrip.

Properties

CurrentBounds

Gets the position of the resizable element, in logical coordinates.

CurrentScreenBounds

Gets the screen position of the resizable element, in device coordinates.

MaxSize

Gets the maximum size of the resizable element, in logical coordinates.

MinSize

Gets the minimum size of the resizable element, in logical coordinates.

Methods

UpdateBounds(Double, Double, Double, Double)

Repositions the element with the given deltas.

Applies to

Produto Versões
Visual Studio SDK 2015, 2017, 2019, 2022