LineDisplayProperties.CapBrightness Property
2/27/2008
If true, brightness control is supported.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property CapBrightness As Boolean
public bool CapBrightness { get; set; }
public:
property bool CapBrightness {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_CapBrightness ()
/** @property */
public void set_CapBrightness (boolean value)
public function get CapBrightness () : boolean
public function set CapBrightness (value : boolean)
Remarks
CapBrightness is set by the service object, based on the capabilities of the device.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CapBrightness Property