DropDownList..::..DropdownSize Property

Gets or sets the size of the dropdown.

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

Syntax


public Point DropdownSize { get; set; }
Public Property DropdownSize As Point
	Get
	Set
public:
property Point^ DropdownSize {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The size of the dropdown.