Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal labelText As String, _ ByVal color As Color, _ ByVal markerColor As Color, _ ByVal markerType As ElementMarkerType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public EmptyElement( string labelText, Color color, Color markerColor, ElementMarkerType markerType ) |
Parameters
- labelText
- Label text.
- color
- Color
- markerColor
- Marker color.
- markerType
- Marker type.