次の方法で共有


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

BrushForeground に使用される ProgressBarDouble を定義する WidthDouble を定義する Height

targetType
Type

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

parameter
Object

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

culture
CultureInfo

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

戻り値

作成された DrawingBrush

実装

適用対象