AGI STK Graphics 11 Send comments on this topic.
OutlineColor Property (IAgStkGraphicsTextBatchPrimitive)
See Also 





Description

Gets or sets the text's outline 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 ** ppRetVal
);
public: HRESULT put_OutlineColor(
uint * pNewOutlineColor
);

[Java]
public long getOutlineColor();public void setOutlineColor(
long
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1