'宣言 Protected Property VisualBitmapScalingMode As System.Windows.Media.BitmapScalingMode
'使用法 Dim instance As C1FlexViewerPane Dim value As System.Windows.Media.BitmapScalingMode instance.VisualBitmapScalingMode = value value = instance.VisualBitmapScalingMode
protected System.Windows.Media.BitmapScalingMode VisualBitmapScalingMode {get; set;}