Skip to content
Dirkster99 edited this page Sep 6, 2018 · 7 revisions

Parts

  • PART_Toggle and PART_ToggleHotTrack

Dependency Properties

  • IsSwitchOn (bool)

    Determines whether the Switch shows the content defined via the ContentOn dependency property (true) or the content defined via the ContentOff dependency property.

  • ContentOn (object)

  • ContentOff (object)