Get the hover options.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsHover() As IAgAvtrRefStateHoverOptions |
[C#] |
---|
public IAgAvtrRefStateHoverOptions ModeAsHover {get;} |
[Managed C++] |
---|
public: __property IAgAvtrRefStateHoverOptions ^ get_ModeAsHover(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsHover( IAgAvtrRefStateHoverOptions ** ppVal ); |
[Java] |
---|
public IAgAvtrRefStateHoverOptions getModeAsHover(); |
[Python - STK API ] |
---|
@property def ModeAsHover(self) -> "IAgAvtrRefStateHoverOptions": |