Click or drag to resize

BarcodePicker Properties

The BarcodePicker type exposes the following members.

Properties
  NameDescription
Public propertyActualHeight
Gets the rendered height of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyActualWidth
Gets the rendered width of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyAllowDrop
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.)
Public propertyBackground
Gets or sets a brush that provides the background of the control.
(Inherited from Control.)
Public propertyBaseUri
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.)
Public propertyBeepEnabled
Whether the picker should beep whenever a code is scanned.
Public propertyBorderBrush
Gets or sets a brush that describes the border background of a control.
(Inherited from Control.)
Public propertyBorderThickness
Gets or sets the border thickness of a control.
(Inherited from Control.)
Public propertyCacheMode
Gets or sets a value that indicates that rendered content should be cached as a composited bitmap when possible.
(Inherited from UIElement.)
Public propertyCharacterSpacing
Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.
(Inherited from Control.)
Public propertyClip
Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement.
(Inherited from UIElement.)
Public propertyCompositeMode
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.)
Public propertyContent
Gets or sets the content that is contained within a user control.
(Inherited from UserControl.)
Public propertyDataContext
Gets or sets the data context for a FrameworkElement when it participates in data binding.
(Inherited from FrameworkElement.)
Public propertyDesiredSize
Gets the size that this UIElement computed during the measure pass of the layout process.
(Inherited from UIElement.)
Public propertyDidScanCommand
Command that's executed when DidScan event happen.
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyFailedCommand
Command that's executed when Failed event happen.
Public propertyFlowDirection
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.)
Public propertyFocusState
Gets a value that specifies whether this control has focus, and the mode by which focus was obtained.
(Inherited from Control.)
Public propertyFontFamily
Gets or sets the font used to display text in the control.
(Inherited from Control.)
Public propertyFontSize
Gets or sets the size of the text in this control.
(Inherited from Control.)
Public propertyFontStretch
Gets or sets the degree to which a font is condensed or expanded on the screen.
(Inherited from Control.)
Public propertyFontStyle
Gets or sets the style in which the text is rendered.
(Inherited from Control.)
Public propertyFontWeight
Gets or sets the thickness of the specified font.
(Inherited from Control.)
Public propertyForeground
Gets or sets a brush that describes the foreground color.
(Inherited from Control.)
Public propertyHeight
Gets or sets the suggested height of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyHorizontalAlignment
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.)
Public propertyHorizontalContentAlignment
Gets or sets the horizontal alignment of the control's content.
(Inherited from Control.)
Public propertyIsDoubleTapEnabled
Gets or sets a value that determines whether the DoubleTapped event can originate from that element.
(Inherited from UIElement.)
Public propertyIsEnabled
Gets or sets a value indicating whether the user can interact with the control.
(Inherited from Control.)
Public propertyIsHitTestVisible
Gets or sets whether the contained area of this UIElement can return true values for hit testing.
(Inherited from UIElement.)
Public propertyIsHoldingEnabled
Gets or sets a value that determines whether the Holding event can originate from that element.
(Inherited from UIElement.)
Public propertyIsRightTapEnabled
Gets or sets a value that determines whether the RightTapped event can originate from that element.
(Inherited from UIElement.)
Public propertyIsTabStop
Gets or sets a value that indicates whether a control is included in tab navigation.
(Inherited from Control.)
Public propertyIsTapEnabled
Gets or sets a value that determines whether the Tapped event can originate from that element.
(Inherited from UIElement.)
Public propertyLanguage
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.)
Public propertyManipulationMode
Gets or sets the ManipulationModes value used for UIElement behavior and interaction with gestures.
(Inherited from UIElement.)
Public propertyMargin
Gets or sets the outer margin of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyMaxHeight
Gets or sets the maximum height constraint of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyMaxWidth
Gets or sets the maximum width constraint of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyMinHeight
Gets or sets the minimum height constraint of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyMinWidth
Gets or sets the minimum width constraint of a FrameworkElement.
(Inherited from FrameworkElement.)
Public propertyName
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.)
Public propertyOpacity
Gets or sets the degree of the object's opacity.
(Inherited from UIElement.)
Public propertyPadding
Gets or sets the padding inside a control.
(Inherited from Control.)
Public propertyParent
Gets the parent object of this FrameworkElement in the object tree.
(Inherited from FrameworkElement.)
Public propertyPointerCaptures
Gets the set of all captured pointers, represented as Pointer values.
(Inherited from UIElement.)
Public propertyProjection
Gets or sets the perspective projection (3-D effect) to apply when rendering this element.
(Inherited from UIElement.)
Public propertyRenderSize
Gets the final render size of a UIElement.
(Inherited from UIElement.)
Public propertyRenderTransform
Gets or sets transform information that affects the rendering position of a UIElement.
(Inherited from UIElement.)
Public propertyRenderTransformOrigin
Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement.
(Inherited from UIElement.)
Public propertyRequestedTheme
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.)
Public propertyResources
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.)
Public propertyScanOverlay
Get the scan overlay
Public propertyStyle
Gets or sets an instance Style that is applied for this object during layout and rendering.
(Inherited from FrameworkElement.)
Public propertyTabIndex
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.
(Inherited from Control.)
Public propertyTabNavigation
Gets or sets a value that modifies how tabbing and TabIndex work for this control.
(Inherited from Control.)
Public propertyTag
Gets or sets an arbitrary object value that can be used to store custom information about this object.
(Inherited from FrameworkElement.)
Public propertyTemplate
Gets or sets a control template. The control template defines the visual appearance of a control in UI, and is defined in XAML markup.
(Inherited from Control.)
Public propertyTransitions
Gets or sets the collection of Transition style elements that apply to a UIElement.
(Inherited from UIElement.)
Public propertyTriggers
Gets the collection of triggers for animations that are defined for a FrameworkElement. Not commonly used.
(Inherited from FrameworkElement.)
Public propertyUseLayoutRounding
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.)
Public propertyVerticalAlignment
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.)
Public propertyVerticalContentAlignment
Gets or sets the vertical alignment of the control's content.
(Inherited from Control.)
Public propertyVisibility
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.)
Public propertyWidth
Gets or sets the width of a FrameworkElement.
(Inherited from FrameworkElement.)
Top
See Also