Skip to content

What's the correct syntax for third-party control design-time property assign? #5779

Answered by lindexi
GF-Huang asked this question in Q&A
Discussion options

You must be logged in to vote

It works well in design time.

You must use the HandyControl design version, see

<Window x:Class="CarkugeajeKejoheele.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:CarkugeajeKejoheele"
        xmlns:hc="https://handyorg.github.io/handycontrol"
        xmlns:hcDesignTimeControls="https://handyorg.github.io/handycontrol/design"
        mc:Ignorable="d hcDesignTimeControls"
        Title="MainWindow" Height="450" 

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by singhashish-wpf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #5766 on December 06, 2021 05:21.