Marker style.
Read-write property
[Visual Basic .NET] |
---|
Public Property MarkerStyle() As String |
[C#] |
---|
public string MarkerStyle {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_MarkerStyle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MarkerStyle( BSTR * pVal ); public: HRESULT put_MarkerStyle( BSTR newVal ); |
[Java] |
---|
public String getMarkerStyle(); public void setMarkerStyle( String ); |
[Python - STK API] |
---|
@property def MarkerStyle(self) -> str: @MarkerStyle.setter def MarkerStyle(self, newVal:str) -> None: |