Dsl (Digital Simulation Library) for .Net
描画される文字に対するアンチエイリアス処理の有無を指定します。 true ならアンチエイリアス処理有、fasleならアンチエイリアス処理無。

名前空間: DslDialog
アッセンブリー: DslDialog (in DslDialog.dll)

構文

C#
public bool TextAntiAlias { get; set; }
Visual Basic
Public Property TextAntiAlias As Boolean
	Get
	Set
Visual C++
public:
property bool TextAntiAlias {
	bool get ();
	void set (bool value);
}

Property Value

タイプ: Boolean

参照