dotnetCHARTING Send comments on this topic.
Type Property
See Also 
dotnetCHARTING Namespace > ElementMarker Class : Type Property



Gets or sets a predefined shape for this marker.

Syntax

Visual Basic (Declaration) 
Public Property Type As ElementMarkerType
Visual Basic (Usage)Copy Code
Dim instance As ElementMarker
Dim value As ElementMarkerType
 
instance.Type = value
 
value = instance.Type
C# 
public ElementMarkerType Type {get; set;}
C++/CLI 
public:
property ElementMarkerType Type {
   ElementMarkerType get();
   void set (ElementMarkerType value);
}

See Also