ImageViewAutoZoneColor Property
|
This property controls what color is used when painting process (auto) zones.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(104)]
public Color AutoZoneColor { get; set; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(104)>
Public Property AutoZoneColor As Color
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(104)]
property Color AutoZoneColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
Remarks
The ImageView rendering uses a complex alpha-blended drawing method and the final pixel color is the result of a combination of several
factors - including this property.
See Also