AGI Ui Plugins 11 Send comments on this topic.
RubberBandColor Property (IAgUiPlugin3DNotifyContext)
See Also 





Description

A rubber band border color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RubberBandColor() As System.Drawing.Color

[C#]
public System.Drawing.Color RubberBandColor {get; set;}

[Managed C++]
public: __property uint^ get_RubberBandColor();
public: __property void set_RubberBandColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_RubberBandColor(
uint ** ppRetVal
);
public: HRESULT put_RubberBandColor(
uint * pNewRubberBandColor
);

[Java]
public long getRubberBandColor();public void setRubberBandColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1