Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also