次の方法で共有


SearchControlThicknessConverter.Convert(String, Object, CultureInfo) Method

Definition

Uses a ThicknessConverter to convert the search control border.

protected:
 override System::Windows::Thickness Convert(System::String ^ borderThickness, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override System.Windows.Thickness Convert (string borderThickness, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : string * obj * System.Globalization.CultureInfo -> System.Windows.Thickness
Protected Overrides Function Convert (borderThickness As String, parameter As Object, culture As CultureInfo) As Thickness

Parameters

borderThickness
String

The thickness of the border.

parameter
Object

The aspect of the thickness that should be changed.

culture
CultureInfo

The culture to use.

Returns

Applies to