FontViewBorderVisible Property
|
Use this method to draw border around the control.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(-519)]
[BindableAttribute(BindableSupport.Yes)]
public bool BorderVisible { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(-519)>
<BindableAttribute(BindableSupport.Yes)>
Public Property BorderVisible As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(-519)]
[BindableAttribute(BindableSupport::Yes)]
property bool BorderVisible {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also