'宣言 Protected Property VisualCacheMode As System.Windows.Media.CacheMode
'使用法 Dim instance As C1FlexViewer Dim value As System.Windows.Media.CacheMode instance.VisualCacheMode = value value = instance.VisualCacheMode
protected System.Windows.Media.CacheMode VisualCacheMode {get; set;}