|
ManipulatorControlDrawVerticalAxis Property
|
Determines if vertical axis should be drawn or not.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax [DefaultValueAttribute(false)]
public bool DrawVerticalAxis { get; set; }
<DefaultValueAttribute(false)>
Public Property DrawVerticalAxis As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks Default value is set to .
See Also