2008-12-26から1日間の記事一覧

ComboBox 等に使われている▼を描画する

C#

はじめに ComboBox や NumericUpDown で表示されている▼マークを描画してみました。 XAML を記述 <UserControl x:Class="PathSample.Page" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="150" Height="150"> <Grid x:Name="LayoutRoot" Background="White"> </grid></usercontrol>