Udostępnij za pośrednictwem


ProgressBarHighlightConverter.Convert Metoda

Definicja

Tworzy element 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

Parametry

values
Object[]

Element Brush używany dla ForegroundProgressBarelementu , Double definiujący element Widthi Double definiujący element Height.

targetType
Type

Ten parametr nie jest używany.

parameter
Object

Ten parametr nie jest używany.

culture
CultureInfo

Ten parametr nie jest używany.

Zwraca

Utworzony element DrawingBrush.

Implementuje

Dotyczy