Description
StackPanel is used generally where a simple TextBlock is not enough.
Example
<xp:StackPanel
Orientation="Vertical"
HorizontalAlignment="Center"
Margin="0,1,0,1">
<l:InfoPopup
InfoId="{Binding Path=[folderObject.id]}"
DirectoryStyleName="{Binding ObjectType.Name}">
<l:Image MaxHeight="90" MaxWidth="90" ImageId="{Binding Path=[img.thumbnail.id]}" />
</l:InfoPopup>
</xp:StackPanel>