Click or drag to resize

DefaultStyles Class

Inheritance Hierarchy

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public sealed class DefaultStyles : ResourceDictionary, 
	IComponentConnector

The DefaultStyles type exposes the following members.

Constructors
  NameDescription
Public methodDefaultStyles
Initializes a new instance of the DefaultStyles class
Top
Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyMergedDictionaries
Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.
(Inherited from ResourceDictionary.)
Public propertySize
Gets the number of elements contained in the collection.
(Inherited from ResourceDictionary.)
Public propertySource
Gets or sets a Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary.
(Inherited from ResourceDictionary.)
Public propertyThemeDictionaries
Gets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios, for example supplying theme values for HighContrast.
(Inherited from ResourceDictionary.)
Top
Methods
  NameDescription
Public methodClear
Removes all items from this ResourceDictionary.
(Inherited from ResourceDictionary.)
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 methodFirst
Returns an iterator for the items in the collection.
(Inherited from ResourceDictionary.)
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 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 methodGetView
Retrieves a view against the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodHasKey
Returns whether the ResourceDictionary has an entry with the requested key.
(Inherited from ResourceDictionary.)
Public methodInitializeComponent
Public methodInsert
Adds a new entry to the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodLookup
Returns the value from the requested key, if an entry with that key exists.
(Inherited from ResourceDictionary.)
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodRemove
Removes a specific item from the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also