[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[BrowsableAttribute(true)]
[DefaultValueAttribute("")]
public Color LineColor { get; set; }
<BrowsableAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property LineColor As Color
[BrowsableAttribute(true)]
[DefaultValueAttribute(L"")]
public:
property Color LineColor {
	Color get ();
	void set (Color value);
}

See Also