ScanOverlay Properties |
The ScanOverlay type exposes the following members.
Name | Description | |
---|---|---|
ActualHeight | Gets the rendered height of a FrameworkElement. (Inherited from FrameworkElement.) | |
ActualWidth | Gets the rendered width of a FrameworkElement. (Inherited from FrameworkElement.) | |
AllowDrop | Gets or sets a value that determines whether this UIElement can be a drop target for purposes of drag-and-drop operations. (Inherited from UIElement.) | |
Background | Gets or sets a Brush that is used to fill the panel. (Inherited from Panel.) | |
BaseUri | Gets a Uniform Resource Identifier (URI) that represents the base Uniform Resource Identifier (URI) for an XAML-constructed object at XAML load time. This property is useful for Uniform Resource Identifier (URI) resolution at run time. (Inherited from FrameworkElement.) | |
CacheMode | Gets or sets a value that indicates that rendered content should be cached as a composited bitmap when possible. (Inherited from UIElement.) | |
CameraSwitchVisibility | Controls the visibility of the camera switch button | |
ChangeCameraStatus |
For internal use only
| |
Children | Gets the collection of child elements of the panel. (Inherited from Panel.) | |
ChildrenTransitions | Gets or sets the collection of Transition style elements that apply to child content of a Panel subclass. (Inherited from Panel.) | |
Clip | Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement. (Inherited from UIElement.) | |
CompositeMode | Gets or sets a property that declares alternate composition and blending modes for the element in its parent layout and window. This is relevant for elements that are involved in a mixed XAML / Microsoft DirectX UI. (Inherited from UIElement.) | |
DataContext | Gets or sets the data context for a FrameworkElement when it participates in data binding. (Inherited from FrameworkElement.) | |
DesiredSize | Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from UIElement.) | |
Dispatcher | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject.) | |
FlowDirection | Gets or sets the direction in which text and other UI elements flow within any parent element that controls their layout. This property can be set to either LeftToRight or RightToLeft. Setting FlowDirection to RightToLeft on any element sets the alignment to the right, the reading order to right-to-left and the layout of the control to flow from right to left. (Inherited from FrameworkElement.) | |
GuiStyle |
Controls the scan UI style
| |
Height | Gets or sets the suggested height of a FrameworkElement. (Inherited from FrameworkElement.) | |
HorizontalAlignment | Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from FrameworkElement.) | |
IsDoubleTapEnabled | Gets or sets a value that determines whether the DoubleTapped event can originate from that element. (Inherited from UIElement.) | |
IsHitTestVisible | Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from UIElement.) | |
IsHoldingEnabled | Gets or sets a value that determines whether the Holding event can originate from that element. (Inherited from UIElement.) | |
IsItemsHost | Gets a value that indicates whether this Panel is a container for UI items that are generated by an ItemsControl. (Inherited from Panel.) | |
IsRightTapEnabled | Gets or sets a value that determines whether the RightTapped event can originate from that element. (Inherited from UIElement.) | |
IsTapEnabled | Gets or sets a value that determines whether the Tapped event can originate from that element. (Inherited from UIElement.) | |
Language | Gets or sets localization/globalization language information that applies to a FrameworkElement, and also to all child elements of the current FrameworkElement in the object representation and in UI. (Inherited from FrameworkElement.) | |
LaserColor |
Controls the color of the laser line
| |
ManipulationMode | Gets or sets the ManipulationModes value used for UIElement behavior and interaction with gestures. (Inherited from UIElement.) | |
Margin | Gets or sets the outer margin of a FrameworkElement. (Inherited from FrameworkElement.) | |
MaxHeight | Gets or sets the maximum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) | |
MaxWidth | Gets or sets the maximum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) | |
MinHeight | Gets or sets the minimum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) | |
MinWidth | Gets or sets the minimum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) | |
Name | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from FrameworkElement.) | |
Opacity | Gets or sets the degree of the object's opacity. (Inherited from UIElement.) | |
Parent | Gets the parent object of this FrameworkElement in the object tree. (Inherited from FrameworkElement.) | |
PointerCaptures | Gets the set of all captured pointers, represented as Pointer values. (Inherited from UIElement.) | |
Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this element. (Inherited from UIElement.) | |
RenderSize | Gets the final render size of a UIElement. (Inherited from UIElement.) | |
RenderTransform | Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement.) | |
RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. (Inherited from UIElement.) | |
RequestedTheme | Gets or sets the UI theme that is used by the UIElement (and its child elements) for resource determination. The UI theme you specify with RequestedTheme can override the app-level RequestedTheme. (Inherited from FrameworkElement.) | |
Resources | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from FrameworkElement.) | |
Style | Gets or sets an instance Style that is applied for this object during layout and rendering. (Inherited from FrameworkElement.) | |
SwitchCameraButtonStyle |
Allows to override the camera switch button style
| |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from FrameworkElement.) | |
TorchButtonStyle |
Allows to override the torch button style
| |
TorchButtonVisible | Whether the torch on/off button should be shown in the scan UI. | |
TorchEnabled |
For internal use only
| |
Transitions | Gets or sets the collection of Transition style elements that apply to a UIElement. (Inherited from UIElement.) | |
Triggers | Gets the collection of triggers for animations that are defined for a FrameworkElement. Not commonly used. (Inherited from FrameworkElement.) | |
UseLayoutRounding | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from UIElement.) | |
VerticalAlignment | Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from FrameworkElement.) | |
ViewFinderLineWidth |
The line width with which the view finder rectangle is drawn.
| |
ViewFinderSizeLandscape |
Set the view finder size in relative coordinate when the picker is
in landscape orientation
| |
ViewFinderSizePortrait |
Set the view finder size in relative coordinate when the picker is
in portrait.
| |
ViewFinderVisible |
Whether the view finder frame should be shown.
| |
visChangeCamera | ||
Visibility | Gets or sets the visibility of a UIElement. A UIElement that is not visible is not rendered and does not communicate its desired size to layout. (Inherited from UIElement.) | |
visTorchButton | ||
Width | Gets or sets the width of a FrameworkElement. (Inherited from FrameworkElement.) |