Gets and sets a value that indicates the maximum allowable width (in pixels)
of the horizontal line to register to.
Syntax
public int VerticalToLineMaximumLineThickness {get; set;}
public: __property int get_VerticalToLineMaximumLineThickness();
public: __property void set_VerticalToLineMaximumLineThickness(
int value
);
public:
property int VerticalToLineMaximumLineThickness {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalToLineMaximumLineThickness As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalToLineMaximumLineThickness = value
value = instance.VerticalToLineMaximumLineThickness
Property Value
An integer value which represents the maximum allowable width (in pixels) of
the horizontal line to register to.
See Also