Determines if the control has square or round look.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public bool IsSquareLook { get; set; } |
Remarks
The control has a square look if the property is set to trueTruetruetrue (True in Visual Basic), otherwise it has round look.
Default value is set to falseFalsefalsefalse (False in Visual Basic).