• Contact us / Support
  • InAiR Documentation
  • Introduction
  • 1. Getting Started
    • 1.1. Build your first app
      • 1.1.1. Creating an InAiR Project
      • 1.1.2. Running your application
      • 1.1.3. Build a simple slideshow
      • 1.1.4. Binding data
      • 1.1.5. Add input listener
    • 1.2. InAiR Application
  • 2. App Fundamentals
    • 2.1. What is MVVM?
    • 2.2. Why MVVM?
    • 2.3. Layers and Architecture
    • 2.4. Dependency Properties
      • 2.4.1. Introduction
      • 2.4.2. Value Resolution Strategy
      • 2.4.3. The magic behind it
    • 2.5. Converter
    • 2.6. Examples
  • 3. API Guides
    • 3.1. User Interface
      • 3.1.1. UILayeredNavigation
        • 3.1.1.1. Setting up the layered navigation
        • 3.1.1.2. Binding data source
        • 3.1.1.3. Programmatically way
      • 3.1.2. UIListView
        • 3.1.2.1. Setting up the list view
        • 3.1.2.2. Binding data source
        • 3.1.2.3. Programmatically way
      • 3.1.3. UIMenuView
        • 3.1.3.1. Setting up the menu view
        • 3.1.3.2. Binding data source
        • 3.1.3.3. Programmatically way
    • 3.2. Animation and graphics
      • 3.2.1. Transform
      • 3.2.2. Animation
      • 3.2.3. Present/Dismiss
    • 3.3. Events
      • 3.3.1. Consuming Events
      • 3.3.2. Raising an Event
      • 3.3.3. Routed Event
      • 3.3.4. Input Event
  • 4. Resources
    • 4.1. InAiR App Generator
Powered by GitBook

InAiR Documentation

Dependency Properties

Topic

  1. Introduction
  2. Value resolution strategy
  3. The magic behind it