Share via


WindowResizeGrip.ResizeTarget Property

Definition

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

public:
 property Microsoft::VisualStudio::PlatformUI::IResizable ^ ResizeTarget { Microsoft::VisualStudio::PlatformUI::IResizable ^ get(); void set(Microsoft::VisualStudio::PlatformUI::IResizable ^ value); };
public:
 property Microsoft::VisualStudio::PlatformUI::IResizable ^ ResizeTarget { Microsoft::VisualStudio::PlatformUI::IResizable ^ get(); void set(Microsoft::VisualStudio::PlatformUI::IResizable ^ value); };
public Microsoft.VisualStudio.PlatformUI.IResizable ResizeTarget { get; set; }
member this.ResizeTarget : Microsoft.VisualStudio.PlatformUI.IResizable with get, set
Public Property ResizeTarget As IResizable

Property Value

Returns the target element to resize.

Applies to