AnnunciatorCadence Property |
Gets or sets the cadence (blink pattern) of the anunciator.
Different cadence patterns imply different levels of urgency or severity.
Namespace:
ASCOM.Controls
Assembly:
ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic CadencePattern Cadence { get; set; }Public Property Cadence As CadencePattern
Get
Set
public:
virtual property CadencePattern Cadence {
CadencePattern get () sealed;
void set (CadencePattern value) sealed;
}Property Value
Type:
CadencePatternThe cadence pattern.
See Also