The style of the marker for the area target's centroid.
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 * pMarkerStyle ); public: HRESULT put_MarkerStyle( BSTR pMarkerStyle ); |
[Java] |
---|
public String getMarkerStyle(); public void setMarkerStyle( String ); |