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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.