RegionOfInterest.AutoWhiteBalanceEnabled Property

Definition

Gets or sets a value that specifies if auto white balance is enabled.

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

Property Value

Boolean

bool

true if auto white balance; otherwise, false.

Applies to