WorkflowViewStationPipeClr Property
|
This property controls the drawing color of the pipes displayed in mixed mode.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(63)]
public Color StationPipeClr { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(63)>
Public Property StationPipeClr As Color
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(63)]
property Color StationPipeClr {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
Remarks
By default this property is initialized with a lighter shade of the operating system's COLOR_BTNFACE system color.
If you changed this value and would like to revert to the default setting, call the SetDefaultColors method - this
will restore the whole color profile, not only this single color.
See Also