Share via


LineDisplayBase.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 Overrides ReadOnly Property CapBrightness As Boolean
public override bool CapBrightness { get; }
public:
virtual property bool CapBrightness {
    bool get () override;
}
/** @property */
public boolean get_CapBrightness ()
public override function get CapBrightness () : boolean

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.CapBrightness.

CapBrightness is initialized to false by the LineDisplayProperties class. The service object should update CapBrightness to an appropriate value in its Open method.

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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.CapBrightness Property