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を定義するDouble、およびWidthを定義するDoubleに使用されるHeight

targetType
Type

このパラメーターは使用されません。

parameter
Object

このパラメーターは使用されません。

culture
CultureInfo

このパラメーターは使用されません。

返品

作成された DrawingBrush

実装

適用対象