Text options for contour legend.
Read-only property
[Visual Basic .NET] |
---|
Public Property TextOptions() As IAgFmGfxTextOptions |
[C#] |
---|
public IAgFmGfxTextOptions TextOptions {get;} |
[Managed C++] |
---|
public: __property IAgFmGfxTextOptions ^ get_TextOptions(); |
[Unmanaged C++] |
---|
public: HRESULT get_TextOptions( IAgFmGfxTextOptions ** ppVal ); |
[Java] |
---|
public IAgFmGfxTextOptions getTextOptions(); |
[Python - STK API ] |
---|
@property def TextOptions(self) -> "IAgFmGfxTextOptions": |