GridSplitterAutomationPeer.ITransformProvider.Resize(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
virtual void System.Windows.Automation.Provider.ITransformProvider.Resize(double width, double height) = System::Windows::Automation::Provider::ITransformProvider::Resize;
void ITransformProvider.Resize (double width, double height);
abstract member System.Windows.Automation.Provider.ITransformProvider.Resize : double * double -> unit
override this.System.Windows.Automation.Provider.ITransformProvider.Resize : double * double -> unit
Sub Resize (width As Double, height As Double) Implements ITransformProvider.Resize
Parameters
- width
- Double
The new width of the window, in pixels.
- height
- Double
The new height of the window, in pixels.
Implements
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.