ExtendedLibrary for WPF/Silverlight
XAML クイックリファレンス
Expander > XAML クイックリファレンス

このトピックでは、C1Expander コントロールの作成に使用される XAML の概要を提供します。

次の XAML マークアップは、TextBlock コンテンツを含むエキスパンダを作成する方法を示します。

XAML
コードのコピー
<c1:C1Expander Height="122" HorizontalAlignment="Left" Name="c1Expander1" VerticalAlignment="Top" Width="179">
   <TextBlock Height="23" HorizontalAlignment="Left" Name="textBlock1" Text="TextBlock" VerticalAlignment="Top">
       Hello World!
   </TextBlock>
</c1:C1Expander>