'宣言 Protected Property VisualBitmapEffect As System.Windows.Media.Effects.BitmapEffect
'使用法 Dim instance As OutlinesView Dim value As System.Windows.Media.Effects.BitmapEffect instance.VisualBitmapEffect = value value = instance.VisualBitmapEffect
protected System.Windows.Media.Effects.BitmapEffect VisualBitmapEffect {get; set;}