Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Read Only property. Returns the Device object, represents the runtime
characteristics for the attached pen device.
Namespace:
Pegasus.ComponentsAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public Device Device { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Device As Device |
| Visual C++ |
|---|
public: property Device^ Device { Device^ get (); } |
Field Value
The Device object.
Remarks
The Device property returns the Device object,
which represents the runtime characteristics for the attached pen device.
If a device pen is not connected, the Device is null>