7 lines
298 B
VB.net
7 lines
298 B
VB.net
Public Class DocumentResultConfig
|
|
Public Property SplitContainer1Distance As Integer = 500
|
|
Public Property SplitContainer1Horizontal As Boolean = True
|
|
Public Property SplitContainer2Distance As Integer = 250
|
|
Public Property SplitContainer2Horizontal As Boolean = False
|
|
End Class
|