Gets and sets a value that controls how much activity determines what is valid data.
Public Property HorizontalMinimumForeground As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.HorizontalMinimumForeground = value
value = instance.HorizontalMinimumForeground
public int HorizontalMinimumForeground {get; set;}
public:
property int HorizontalMinimumForeground {
int get();
void set ( int value);
}
Property Value
An integer value which represents the minimum density of valid data.