共用方式為


ProgressBarHighlightConverter.Convert 方法

定義

建立 DrawingBrush

public:
 virtual System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object

參數

values
Object[]

用於 BrushForegroundProgressBar、定義 DoubleWidth,以及定義 DoubleHeight

targetType
Type

不使用這個參數。

parameter
Object

不使用這個參數。

culture
CultureInfo

不使用這個參數。

傳回

建立的 DrawingBrush

實作

適用於