|
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; }
<DefaultValueAttribute(false)>
Public Property IsSquareLook As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks The control has a square look if the property is set to ,
otherwise it has round look.
Default value is set to .
See Also