RegionOfInterest.AutoWhiteBalanceEnabled Proprietà

Definizione

Ottiene o imposta un valore che specifica se il bilanciamento automatico è abilitato.

public:
 property bool AutoWhiteBalanceEnabled { bool get(); void set(bool value); };
bool AutoWhiteBalanceEnabled();

void AutoWhiteBalanceEnabled(bool value);
public bool AutoWhiteBalanceEnabled { get; set; }
var boolean = regionOfInterest.autoWhiteBalanceEnabled;
regionOfInterest.autoWhiteBalanceEnabled = boolean;
Public Property AutoWhiteBalanceEnabled As Boolean

Valore della proprietà

Boolean

bool

true se il bilanciamento automatico del bianco; in caso contrario, false.

Si applica a