Click or drag to resize
Cimbalino ToolkitHamburgerTitleBar Methods

The HamburgerTitleBar type exposes the following members.

Methods
  NameDescription
Public methodAddHandler (Inherited from UIElement.)
Public methodApplyTemplate (Inherited from Control.)
Public methodArrange (Inherited from UIElement.)
Protected methodArrangeOverride (Inherited from FrameworkElement.)
Public methodCancelDirectManipulations (Inherited from UIElement.)
Public methodCapturePointer (Inherited from UIElement.)
Public methodClearValue (Inherited from DependencyObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindName (Inherited from FrameworkElement.)
Protected method[M:Windows.UI.Xaml.UIElement.FindSubElementsForTouchTargeting(System.Void,Windows.Foundation.Collections.IIterable`1)] (Inherited from UIElement.)
Public methodFocus (Inherited from Control.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetBindingExpression (Inherited from FrameworkElement.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetTemplateChild (Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Protected methodGoToElementStateCore (Inherited from FrameworkElement.)
Public methodInvalidateArrange (Inherited from UIElement.)
Public methodInvalidateMeasure (Inherited from UIElement.)
Public methodMeasure (Inherited from UIElement.)
Protected methodMeasureOverride (Inherited from FrameworkElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
(Overrides FrameworkElementOnApplyTemplate.)
Protected methodOnCreateAutomationPeer (Inherited from UIElement.)
Protected methodOnDisconnectVisualChildren (Inherited from UIElement.)
Protected methodOnDoubleTapped (Inherited from Control.)
Protected methodOnDragEnter (Inherited from Control.)
Protected methodOnDragLeave (Inherited from Control.)
Protected methodOnDragOver (Inherited from Control.)
Protected methodOnDrop (Inherited from Control.)
Protected methodOnGotFocus (Inherited from Control.)
Protected methodOnHolding (Inherited from Control.)
Protected methodOnKeyDown (Inherited from Control.)
Protected methodOnKeyUp (Inherited from Control.)
Protected methodOnLostFocus (Inherited from Control.)
Protected methodOnManipulationCompleted (Inherited from Control.)
Protected methodOnManipulationDelta (Inherited from Control.)
Protected methodOnManipulationInertiaStarting (Inherited from Control.)
Protected methodOnManipulationStarted (Inherited from Control.)
Protected methodOnManipulationStarting (Inherited from Control.)
Protected methodOnPointerCanceled (Inherited from Control.)
Protected methodOnPointerCaptureLost (Inherited from Control.)
Protected methodOnPointerEntered (Inherited from Control.)
Protected methodOnPointerExited (Inherited from Control.)
Protected methodOnPointerMoved (Inherited from Control.)
Protected methodOnPointerPressed (Inherited from Control.)
Protected methodOnPointerReleased (Inherited from Control.)
Protected methodOnPointerWheelChanged (Inherited from Control.)
Protected methodOnRightTapped (Inherited from Control.)
Protected methodOnTapped (Inherited from Control.)
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodRegisterPropertyChangedCallback (Inherited from DependencyObject.)
Public methodReleasePointerCapture (Inherited from UIElement.)
Public methodReleasePointerCaptures (Inherited from UIElement.)
Public methodRemoveHandler (Inherited from UIElement.)
Public methodSetBinding (Inherited from FrameworkElement.)
Public methodSetValue (Inherited from DependencyObject.)
Public methodStartDragAsync (Inherited from UIElement.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToVisual (Inherited from UIElement.)
Public methodUnregisterPropertyChangedCallback (Inherited from DependencyObject.)
Public methodUpdateLayout (Inherited from UIElement.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetBehaviorT
Returns the Behavior attached to the framework element with the specified type.
(Defined by FrameworkElementExtensions.)
Public Extension MethodGetBehaviors
Gets the BehaviorCollection associated with the framework element.
(Defined by FrameworkElementExtensions.)
Public Extension MethodGetPropertyValue(String)Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.)
Public Extension MethodGetPropertyValueTObject(String)Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.)
Public Extension MethodGetVisualAncestorT
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
(Defined by DependencyObjectExtensions.)
Public Extension MethodGetVisualChildsOverloaded.
Retrieves all the visual children of a dependency object.
(Defined by DependencyObjectExtensions.)
Public Extension MethodGetVisualChildsTOverloaded.
Retrieves all the visual children of a dependency object with the specified type.
(Defined by DependencyObjectExtensions.)
Public Extension MethodGetVisualDescendentsOverloaded.
Retrieves all the visual descendants of a dependency object.
(Defined by DependencyObjectExtensions.)
Public Extension MethodGetVisualDescendentsTOverloaded.
Retrieves all the visual descendants of a dependency object with the specified type.
(Defined by DependencyObjectExtensions.)
Public Extension MethodGetVisualParent
Returns an object's parent object in the visual tree.
(Defined by DependencyObjectExtensions.)
Public Extension MethodInvokeMethod(String, Object)Overloaded.
Searches for the public method with the specified name and invokes it using the specified parameters.
(Defined by ObjectExtensions.)
Public Extension MethodInvokeMethodTObject(String, Object)Overloaded.
Searches for the public method with the specified name and invokes it using the specified parameters, returning the result.
(Defined by ObjectExtensions.)
Public Extension MethodSetPropertyValueTObject
Searches for the public property with the specified name and sets its value.
(Defined by ObjectExtensions.)
Top
See Also