fix icon property

This commit is contained in:
2024-06-10 10:05:31 +02:00
parent 6a9b686a09
commit a8c14d65c0

View File

@@ -43,8 +43,8 @@ public partial class RadFlyoutBase : UserControl
public RadSvgImage TitleIcon
{
get => radLabel_Title.Icon;
set => radLabel_Title.Icon = value;
get => radLabel_Title.SvgImage;
set => radLabel_Title.SvgImage = value;
}
protected RadFlyoutBase()