Gets or sets the size of the border round rect.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Size BorderRoundRectSize { get; set; }
Visual Basic (Declaration)
Public Property BorderRoundRectSize As Size
Visual C++
public:
property Size BorderRoundRectSize {
	Size get ();
	void set (Size value);
}

Field Value

The size of the border round rect.

See Also