CommonCreate And Add Two Labels Row 2 Method
Definition
Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
C#
public static Label CreateAndAddTwoLabelsRow2(
this DynamicLayout container,
string text1,
string text2
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddTwoLabelsRow2 (
container As DynamicLayout,
text1 As String,
text2 As String
) As Label