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