Click or drag to resize
BarcodePicker Methods

The BarcodePicker type exposes the following members.

Methods
  NameDescription
Public methodAddHandler
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked even if the event is handled elsewhere.
(Inherited from UIElement.)
Public methodApplySettingsAsync
Apply new scan settings to the barcode picker.
Public methodApplyTemplate
Loads the relevant control template so that its parts can be referenced.
(Inherited from Control.)
Public methodArrange
Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update.
(Inherited from UIElement.)
Public methodCancelDirectManipulations
Cancels ongoing direct manipulation processing (system-defined panning/zooming) on any ScrollViewer parent that contains the current UIElement.
(Inherited from UIElement.)
Public methodCapturePointer
Sets pointer capture to a UIElement. Once captured, only the element that has capture will fire pointer-related events.
(Inherited from UIElement.)
Public methodClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public methodConnect
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindName
Retrieves an object that has the specified identifier name.
(Inherited from FrameworkElement.)
Public methodFocus
Attempts to set the focus on the control.
(Inherited from Control.)
Public methodGetAnimationBaseValue
Returns any base value established for a dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public methodGetBindingExpression
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public methodInitializeComponent
Public methodInvalidateArrange
Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously.
(Inherited from UIElement.)
Public methodInvalidateMeasure
Invalidates the measurement state (layout) for a UIElement.
(Inherited from UIElement.)
Public methodMeasure
Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update.
(Inherited from UIElement.)
Public methodOpenCameraAndStartScanningAsync
Open camera and start barcode recognition.
Public methodPauseScanningAsync
Pause scanning of barcodes.
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodReleasePointerCapture
Releases pointer captures for capture of one specific pointer by this UIElement.
(Inherited from UIElement.)
Public methodReleasePointerCaptures
Releases all pointer captures held by this element.
(Inherited from UIElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this UIElement. Typically the handler in question was added by AddHandler.
(Inherited from UIElement.)
Public methodResumeScanningAsync
Resume scanning of barcodes
Public methodSetBinding
Attaches a binding to a FrameworkElement, using the provided binding object.
(Inherited from FrameworkElement.)
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodStopScanningAndCloseCameraAsync
Stop scanning and close the camera.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToVisual
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
(Inherited from UIElement.)
Public methodUpdateLayout
Ensures that all positions of child objects of a UIElement are properly updated for layout.
(Inherited from UIElement.)
Top
See Also