Share via


SearchSettingsDataSource.ControlBorderThickness Property

Gets or sets the thickness of the search control's border. Type: VSUI_TYPE_STRING. Default="1".

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property ControlBorderThickness As String
public string ControlBorderThickness { get; set; }
public:
property String^ ControlBorderThickness {
    String^ get ();
    void set (String^ value);
}
member ControlBorderThickness : string with get, set
function get ControlBorderThickness () : String 
function set ControlBorderThickness (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace