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