'宣言 Public Property ScrollBars As System.Windows.Forms.ScrollBars
'使用法 Dim instance As C1FlexViewerPane Dim value As System.Windows.Forms.ScrollBars instance.ScrollBars = value value = instance.ScrollBars
public System.Windows.Forms.ScrollBars ScrollBars {get; set;}