SearchControlThicknessConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only. Represents a converter for the thickness of the search control border.
public ref class SearchControlThicknessConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, System::Windows::Thickness>
[Windows::Foundation::Metadata::WebHostHidden]
class SearchControlThicknessConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, System::Windows::Thickness>
public class SearchControlThicknessConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,System.Windows.Thickness>
type SearchControlThicknessConverter = class
inherit ValueConverter<string, Thickness>
Public Class SearchControlThicknessConverter
Inherits ValueConverter(Of String, Thickness)
- Inheritance
Constructors
SearchControlThicknessConverter() |
Initializes a new instance of SearchControlThicknessConverter. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(String, Object, CultureInfo) |
Uses a ThicknessConverter to convert the search control border. |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |