STK ObjectsSend comments on this topic.
BoundaryColor Property (IAgATGraphics)
See Also
Windows





Windows & Linux

Description

Color in which the area target boundary is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryColor() As System.Drawing.Color
[C#]
public System.Drawing.Color BoundaryColor {get; set;}
[Managed C++]
public: __property uint get_BoundaryColor();
public: __property void set_BoundaryColor( uint );
[Unmanaged C++]
public: HRESULT get_BoundaryColor(
    uint * pColor
);
public: HRESULT put_BoundaryColor(
    uint pColor
);
[Java]
public long getBoundaryColor();
public void setBoundaryColor(
    long
);
[Python - STK API ]
@property
def BoundaryColor(self) -> agi.stk12.utilities.colors.Color:

@BoundaryColor.setter
def BoundaryColor(self, pColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.