Поделиться через


PenInputPanelMovingEventArgs.Left - свойство

Обновлен: Ноябрь 2007

Gets or sets the new horizontal, or x-axis, position of the left edge of the PenInputPanel object, in screen coordinates.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Property Left As Integer
'Применение
Dim instance As PenInputPanelMovingEventArgs
Dim value As Integer

value = instance.Left

instance.Left = value
public int Left { get; set; }
public:
property int Left {
    int get ();
    void set (int value);
}
/** @property */
public int get_Left()
/** @property */
public  void set_Left(int value)
public function get Left () : int
public function set Left (value : int)

Значение свойства

Тип: System.Int32
The new horizontal, or x-axis, position of the left edge of the PenInputPanel object, in screen coordinates.

Заметки

To explicitly override the automatic positioning behavior of the PenInputPanel object, use the Left and Top properties of the object to determine the current position of the pen input panel. If the pen input panel is located on a section of the screen that should be visible, use the MoveTo method to relocate the pen input panel.

You can also override the automatic positioning behavior of the PenInputPanel object by listening for the Left and Top properties of the PenInputPanelMovingEventArgs object during a PanelMoving event. If the pen input panel is located on a section of the screen that should be visible, use the MoveTo method to relocate the pen input panel.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

PenInputPanelMovingEventArgs Класс

PenInputPanelMovingEventArgs - члены

Microsoft.Ink - пространство имен

PenInputPanel.PanelMoving