Control..::..Style Property

Name of the ControlStyle

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public string Style { get; set; }
Public Property Style As String
	Get
	Set
public:
property String^ Style {
	String^ get ();
	void set (String^ value);
}