'宣言 Public Shadows Property BackgroundColor As System.Drawing.Color
'使用法 Dim instance As C1FlexViewerDialog Dim value As System.Drawing.Color instance.BackgroundColor = value value = instance.BackgroundColor
public new System.Drawing.Color BackgroundColor {get; set;}