STK UI PluginsSend comments on this topic.
RubberBandColor Property (IAgUiPlugin3DNotifyContext)
See Also
Windows





Windows & Linux

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 * pRetVal
);
public: HRESULT put_RubberBandColor(
    uint RubberBandColor
);
[Java]
public long getRubberBandColor();
public void setRubberBandColor(
    long
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.