'宣言 Public Property LoadingPageForeground As System.Windows.Media.SolidColorBrush
'使用法 Dim instance As FlexViewerPane Dim value As System.Windows.Media.SolidColorBrush instance.LoadingPageForeground = value value = instance.LoadingPageForeground
public System.Windows.Media.SolidColorBrush LoadingPageForeground {get; set;}