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