The name of the property that is to change color.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string TargetPropertyName { get; set; }
Visual Basic
Public Property TargetPropertyName As String
	Get
	Set
JScript
function get TargetPropertyName () : String
function set TargetPropertyName (value : String)

Remarks

Usually this property is one of the following string values:
  • "Fill" (change the fill color of a Shape)
  • "Stroke" (change the stroke color of a Shape)
  • "Background" (change the background color of a Control or Text)
  • "Foreground" (change the foreground color of a Control or Text)
  • "BorderBrush" (change the border color of a Control)
  • "Material" (change the material color of a 3D object)
  • "BackMaterial" (change the back-material color of a 3D object)

See Also