AGI STK Objects 11 Send comments on this topic.
TextAntialiasingEnabled Property (IAgScVO)
See Also 





Description

True if the text anti-aliasing is turned on.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TextAntialiasingEnabled() As Boolean

[C#]
public bool TextAntialiasingEnabled {get; set;}

[Managed C++]
public: __property bool get_TextAntialiasingEnabled();
public: __property void set_TextAntialiasingEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_TextAntialiasingEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TextAntialiasingEnabled(
VARIANT_BOOL NewTextAntialiasingEnabled
);

[Java]
public bool getTextAntialiasingEnabled();public void setTextAntialiasingEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1