共用方式為


ProgressBarBrushConverter.Convert(Object[], Type, Object, CultureInfo) 方法

定義

DrawingBrush 建立 ProgressBar

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[]

ForegroundBrush、IsIndeterminate、Indicator Width、Indicator Height、Track Width

Brush (用於 ProgressBarForeground)、布林值 (表示 IsIndeterminate 是否為 true)、Double (定義指示區的 Width)、Double (定義指示區的 Height),以及 Double (定義 Track 的寬度)。

targetType
Type

不使用這個參數。

parameter
Object

不使用這個參數。

culture
CultureInfo

不使用這個參數。

傳回

DrawingBrushProgressBar

實作

適用於