Gets and sets a value that controls how intense the activity has to be for it
to be considered real activity.
public int VerticalMinimumActivity {get; set;}
public: __property int get_VerticalMinimumActivity();
public: __property void set_VerticalMinimumActivity(
int value
);
public:
property int VerticalMinimumActivity {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalMinimumActivity As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalMinimumActivity = value
value = instance.VerticalMinimumActivity
Property Value
An integer value which represents the minimum level of activity.