UISettings class
Provides access to the settings for tuning the user interface appearance.
The elements of the user interface can be customized according to the implementation of your application needs and its design. The buttons for enabling flashlight, manual capture and choosing an image from gallery can be hidden.
public class UISettings
Properties
Name | Type | Description |
---|---|---|
isFlashlightButtonVisible | boolean |
Show (true) or hide (false) the flashlight button in the image capture dialog. Default: true (flashlight visible). |
isCaptureButtonVisible | boolean |
Show (true) or hide (false) the button for taking photo manually. Default: true (button is visible). |
IsGalleryButtonVisible | boolean |
Show (true) or hide (false) the button for choosing an image from photo gallery. Default: true (button is visible). |
Orientation | SupportedOrientation |
Type of image orientation. Default: SupportedOrientation.Default |
02.03.2022 12:59:15