Gets or sets the corner radius.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int CornerRadius { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CornerRadius As Integer |
Visual C++ |
---|
public: property int CornerRadius { int get (); void set (int value); } |