From 6232f5aa40e509b9400f36607b988b0793724a50 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Wed, 21 Jun 2017 14:37:24 -0400 Subject: [PATCH] Updated PileFlowPanel (markdown) --- PileFlowPanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PileFlowPanel.md b/PileFlowPanel.md index 055e496..59f75de 100644 --- a/PileFlowPanel.md +++ b/PileFlowPanel.md @@ -3,7 +3,7 @@ _Only available in the Plus Edition_ Derives from Panel -PileFlowPanel contains PileFlowItem objects ("flow items"). A [[PileFlowItem]] is responsible for animating its element and can contain any FrameworkElement-derived class. +PileFlowPanel contains [[PileFlowItem]] objects ("flow items"). A PileFlowItem is responsible for animating its element and can contain any FrameworkElement-derived class. The [[PileFlowCard]] class is used for displaying content with an optional mirror-like reflection in the PileFlowPanel beneath the content; this class is used in XAML to add elements to PileFlowPanel.