EmptyElement Constructor
Overload List
Overload | Description |
---|---|
EmptyElement Constructor() | Initializes a new instance of the EmptyElement class. |
EmptyElement Constructor(String,Color) | Initializes a new instance of the EmptyElement class with a label string and color. |
EmptyElement Constructor(String,Color,Color) | Initializes a new instance of the EmptyElement class with a label string, color and marker color. |
EmptyElement Constructor(String,Color,Color,ElementMarkerType) | Initializes a new instance of the EmptyElement class with a label string, color, marker color and type. |
EmptyElement Constructor(String,Color,ElementMarker) | Initializes a new instance of the EmptyElement class with a label string, color, and marker object. |
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