Share via


LineDisplayProperties.CapBlinkRate Property

2/27/2008

If true, the device’s blink rate can be controlled, and the application uses the BlinkRate property to indicate the rate at which the display blinks.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Property CapBlinkRate As Boolean
public bool CapBlinkRate { get; set; }
public:
property bool CapBlinkRate {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapBlinkRate ()

/** @property */
public void set_CapBlinkRate (boolean value)
public function get CapBlinkRate () : boolean

public function set CapBlinkRate (value : boolean)

Remarks

If true, the device’s blink rate can be controlled, and the application uses the BlinkRate property to indicate the rate at which the display blinks.

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.CapBlinkRate Property