Get the 2D graphics window on which the legend is to display.
Read-only property
[Visual Basic .NET] |
---|
Public Property GfxWindow() As IAgFmGfxLegendWindow |
[C#] |
---|
public IAgFmGfxLegendWindow GfxWindow {get;} |
[Managed C++] |
---|
public: __property IAgFmGfxLegendWindow ^ get_GfxWindow(); |
[Unmanaged C++] |
---|
public: HRESULT get_GfxWindow( IAgFmGfxLegendWindow ** ppRetVal ); |
[Java] |
---|
public IAgFmGfxLegendWindow getGfxWindow(); |
[Python - STK API ] |
---|
@property def GfxWindow(self) -> "IAgFmGfxLegendWindow": |