Click or drag to resize
XDL

XscRectangleTextColor Property

원의 텍스트 컬러를 확인하거나 설정한다.
TextColor is deprecated : Unsafe property, please use FontColor

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public Color TextColor {
	[HandleProcessCorruptedStateExceptionsAttribute]
	get;
	[HandleProcessCorruptedStateExceptionsAttribute]
	set;
 }

Property Value

Type: Color
See Also