0

リソース ディクショナリで作成したテンプレートを次に示します。

<Style TargetType="{x:Type local:EntryLabelBase}">
    <Setter Property="Template">
        <Setter.Value>
            <ControlTemplate  TargetType="{x:Type local:EntryLabelBase}">
                <Border Background="{TemplateBinding Background}"
                        BorderBrush="{TemplateBinding BorderBrush}"
                        BorderThickness="{TemplateBinding BorderThickness}"
                        >
                </Border>
            </ControlTemplate>
        </Setter.Value>
    </Setter>
</Style>

で、使用感はこちら。

<local:EntryLabelBase Content="Username:" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="1" HorizontalAlignment="Right" VerticalAlignment="Center" FontSize="12" />

これは私が得ているバグです。

タイプ 'SPIS_Base.EntryLabelBase' に一致するコンストラクターが見つかりません。Arguments または FactoryMethod ディレクティブを使用して、この型を構築できます。行番号「25」および行位置「10」。

まだwpfは初めてです。助言がありますか?

4

0 に答える 0