fix icon property
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user