ProgressBarBrushConverter.Convert(Object[], Type, Object, CultureInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 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 (用於 ProgressBar 的 Foreground)、布林值 (表示 IsIndeterminate 是否為 true
)、Double (定義指示區的 Width)、Double (定義指示區的 Height),以及 Double (定義 Track 的寬度)。
- targetType
- Type
不使用這個參數。
- parameter
- Object
不使用這個參數。
- culture
- CultureInfo
不使用這個參數。