Kofax Mobile SDK API Reference
kfxKUIFrame.h
Go to the documentation of this file.
1 // API Reference
2 // kfxKUIFrame.h
3 // Framework: kfxLibUIControls
4 //
5 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
11 
15 @interface kfxKUIFrame : NSObject
16 
18 
22 @property (nonatomic) CGSize size;
23 
25 
27 @property (nonatomic) int borderWidth;
28 
30 
32 @property (nonatomic, strong) UIColor* borderColor;
33 
35 
36 @property (nonatomic, strong) UIColor* outerColor;
37 
38 @end
int borderWidth
The width of the border.
Definition: kfxKUIFrame.h:27
UIColor * borderColor
The color of the border.
Definition: kfxKUIFrame.h:32
UIColor * outerColor
The color of the frame.
Definition: kfxKUIFrame.h:36
This class defines a frame that can be applied to a capture control.
Definition: kfxKUIFrame.h:15
CGSize size
The size of the visible area of the frame.
Definition: kfxKUIFrame.h:22
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.