STK X Send comments on this topic.
ProgressImageYOffset Property (AgUiAx2DCntrl)
See Also  Example





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 * pRetVal
);
public: HRESULT put_ProgressImageYOffset(
long NewProgressImageYOffset
);

[Java]
public int getProgressImageYOffset();public void setProgressImageYOffset(
int
);

Example

[Visual Basic .NET] Copy Code
AxAgUiAx2DCntrl1.ProgressImageYOffset = 200
...

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1