Share via


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에 사용되는 ProgressBar, Double를 정의하는 WidthDouble를 정의하는 Height입니다.

targetType
Type

이 매개 변수는 사용되지 않습니다.

parameter
Object

이 매개 변수는 사용되지 않습니다.

culture
CultureInfo

이 매개 변수는 사용되지 않습니다.

반환

만든 DrawingBrush입니다.

구현

적용 대상