AGI STK X 11Send comments on this topic.
ProgressImageYOffset Property (AgUiAxVOCntrl)
See Also
Windows






Windows & Linux

Description

The vertical Y offset for animated progress image.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProgressImageYOffset() As Integer
[C#]
public int ProgressImageYOffset {get; set;}
[Managed C++]
public: __property int get_ProgressImageYOffset();
public: __property void set_ProgressImageYOffset( int );
[Unmanaged C++]
public: HRESULT get_ProgressImageYOffset(
    long * pYOffset
);
public: HRESULT put_ProgressImageYOffset(
    long YOffset
);
[Java]
public int getProgressImageYOffset();
public void setProgressImageYOffset(
    int
);

See Also

Example

[Visual Basic .NET]
AxAgUiAxVOCntrl1.ProgressImageYOffset = 200
...
© 2019 Analytical Graphics, Inc. All Rights Reserved.