Click or drag to resize
Accord.NET (logo)

ManipulatorControlTopLeftBackgroundColor Property

Background color used for filling top left quarter of the control.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(typeof(Color), "White")]
public Color TopLeftBackgroundColor { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks

Default value is set to White.

See Also