WindowChrome.SetResizeGripDirection 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.
Sets the value of the ResizeGripDirection attached property on the specified input element.
public:
static void SetResizeGripDirection(System::Windows::IInputElement ^ inputElement, System::Windows::Shell::ResizeGripDirection direction);
public static void SetResizeGripDirection (System.Windows.IInputElement inputElement, System.Windows.Shell.ResizeGripDirection direction);
static member SetResizeGripDirection : System.Windows.IInputElement * System.Windows.Shell.ResizeGripDirection -> unit
Public Shared Sub SetResizeGripDirection (inputElement As IInputElement, direction As ResizeGripDirection)
Parameters
- inputElement
- IInputElement
The element on which to set the ResizeGripDirection attached property.
- direction
- ResizeGripDirection
The property value to set.
Exceptions
inputElement
is null
.
inputElement
is not a DependencyObject.
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.