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