Viscom Software VideoCap ActiveX Control

EffectScrollTextDirection Property

Description:   

Set the scrolling banner text direction if you set the EffectType =6.

Usage:   

VideoCap1.EffectScrollTextDirection[= value]

0 - Up
1 - Down
2 - Left
3 - Right

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
    VideoCap1.EffectType = 6
    VideoCap1.Start
    VideoCap1.EffectScrollTextAdd "Please enter your text"  
    VideoCap1.EffectScrollTextPos 0, 0
    VideoCap1.EffectScrollTextDirection = 2
    VideoCap1.EffectScrollTextFont "Arial", 50, 0
    VideoCap1.EffectScrollTextSpeed =3
    VideoCap1.EffectScrollTextState =0
    VideoCap1.EffectScrollTextColor 255, 0, 0, 255
    VideoCap1.EffectScrollTextBgColor 0, 0, 255, 255
    VideoCap1.EffectScrollTextFillBgColor = True
End Sub


Value:   

0-3