Contour display method (block fill or smooth fill).
Read-write property
[Visual Basic .NET] |
---|
Public Property ContourType() As AgEFmGfxContourType |
[C#] |
---|
public AgEFmGfxContourType ContourType {get; set;} |
[Managed C++] |
---|
public: __property AgEFmGfxContourType get_ContourType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ContourType( AgEFmGfxContourType * pVal ); public: HRESULT put_ContourType( AgEFmGfxContourType ContourType ); |
[Java] |
---|
public AgEFmGfxContourType getContourType(); public void setContourType( AgEFmGfxContourType ); |
[Python - STK API ] |
---|
@property def ContourType(self) -> "AgEFmGfxContourType": @ContourType.setter def ContourType(self, ContourType:"AgEFmGfxContourType") -> None: |