다음을 통해 공유


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, 표시기 너비, 표시기 높이, 트랙 너비

ProgressBarForeground에 사용되는 Brush, IsIndeterminatetrue인지 여부를 나타내는 부울 값, 표시기의 Width를 정의하는 Double, 표시기의 Height를 정의하는 DoubleTrack의 너비를 정의하는 Double입니다.

targetType
Type

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

parameter
Object

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

culture
CultureInfo

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

반환

DrawingBrush에 대한 ProgressBar입니다.

구현

적용 대상