RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupControl..::..GetWidthFromPercent Method

Gets the width from percent.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public static double GetWidthFromPercent(
	Control control,
	double percentWidth
)
Public Shared Function GetWidthFromPercent ( _
	control As Control, _
	percentWidth As Double _
) As Double
public:
static double^ GetWidthFromPercent(
	Control^ control, 
	double^ percentWidth
)

Parameters

control
Type: Control
The control.
percentWidth
Type: Double
Width of the percent.

Return Value

System.Double.