STK Graphics PrimitivesSend comments on this topic.
OutlineColor Property (IAgStkGraphicsPolylinePrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the outline's color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutlineColor() As System.Drawing.Color
[C#]
public System.Drawing.Color OutlineColor {get; set;}
[Managed C++]
public: __property uint get_OutlineColor();
public: __property void set_OutlineColor( uint );
[Unmanaged C++]
public: HRESULT get_OutlineColor(
    uint * pRetVal
);
public: HRESULT put_OutlineColor(
    uint OutlineColor
);
[Java]
public long getOutlineColor();
public void setOutlineColor(
    long
);
[Python - STK API ]
@property
def OutlineColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.