ProgressBarHighlightConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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[]
用於 Brush 之 Foreground 的 ProgressBar、定義 Double 的 Width,以及定義 Double 的 Height。
- targetType
- Type
不使用這個參數。
- parameter
- Object
不使用這個參數。
- culture
- CultureInfo
不使用這個參數。
傳回
建立的 DrawingBrush。