Click or drag to resize
SoOrthoSliceDraggerenableHighlight Property

Enables highlighting.

Namespace: OIV.VolumeViz.Draggers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool enableHighlight { get; }

Property Value

Type: SoSFBool
Remarks

If this field is true, during a mousemouve, a border is drawn and highlighted according to the OIV.VolumeViz.Draggers.SoOrthoSliceDragger.highlightColor when the cursor moves over the slice. This border disappears once the cursor is no longer over the slice. Default is true.

See Also