Click or drag to resize
Accord.NET (logo)

ManipulatorControlIsSquareLook Property

Determines if the control has square or round look.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(false)]
public bool IsSquareLook { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The control has a square look if the property is set to , otherwise it has round look.

Default value is set to .

See Also