Gets and sets the typical thickness (in pixels) of the horizontal lines that comprise the comb.
Syntax
'Declaration
Public Property HorizontalLineThickness As Integer
'Usage
Dim instance As CombRemovalOptions
Dim value As Integer
instance.HorizontalLineThickness = value
value = instance.HorizontalLineThickness
public int HorizontalLineThickness {get; set;}
public: __property int get_HorizontalLineThickness();
public: __property void set_HorizontalLineThickness(
int value
);
public:
property int HorizontalLineThickness {
int get();
void set ( int value);
}
See Also