public int VerticalScratchCount {get; set;}
'Declaration
Public Property VerticalScratchCount As Integer
'Usage
Dim instance As AgingCommand
Dim value As Integer
instance.VerticalScratchCount = value
value = instance.VerticalScratchCount
public int VerticalScratchCount {get; set;}
get_VerticalScratchCount();
set_VerticalScratchCount(value);
Object.defineProperty('VerticalScratchCount');
public:
property int VerticalScratchCount {
int get();
void set ( int value);
}
Property Value
Number of vertical scratch lines. This property only accepts positive values.