Point Style.
Read-write property
[Visual Basic .NET] |
---|
Public Property PointStyle() As String |
[C#] |
---|
public string PointStyle {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PointStyle(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointStyle( BSTR * pRetVal ); public: HRESULT put_PointStyle( BSTR InVal ); |
[Java] |
---|
public String getPointStyle(); public void setPointStyle( String ); |