Aracılığıyla paylaş


WindowChrome.GetResizeGripDirection(IInputElement) Yöntem

Tanım

Belirtilen giriş öğesinden eklenen özelliğin değerini ResizeGripDirection alır.

public:
 static System::Windows::Shell::ResizeGripDirection GetResizeGripDirection(System::Windows::IInputElement ^ inputElement);
public static System.Windows.Shell.ResizeGripDirection GetResizeGripDirection (System.Windows.IInputElement inputElement);
static member GetResizeGripDirection : System.Windows.IInputElement -> System.Windows.Shell.ResizeGripDirection
Public Shared Function GetResizeGripDirection (inputElement As IInputElement) As ResizeGripDirection

Parametreler

inputElement
IInputElement

Özellik değerinin okunduğu giriş öğesi.

Döndürülenler

ResizeGripDirection

Ekli özelliğin ResizeGripDirection değeri.

Özel durumlar

inputElement, null değeridir.

inputElement bir DependencyObjectdeğildir.

Şunlara uygulanır