.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > EmptyElement Class > EmptyElement Constructor : EmptyElement Constructor(String,Color)
Empty element label text.
Empty element color.
EmptyElement Constructor(String,Color)
Initializes a new instance of the EmptyElement class with a label string and color.
Syntax
'Declaration
 
Public Function New( _
   ByVal labelText As String, _
   ByVal color As Color _
)
'Usage
 
Dim labelText As String
Dim color As Color
 
Dim instance As New EmptyElement(labelText, color)
public EmptyElement( 
   string labelText,
   Color color
)

Parameters

labelText
Empty element label text.
color
Empty element color.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also