fix icon property
This commit is contained in:
@@ -43,8 +43,8 @@ public partial class RadFlyoutBase : UserControl
|
|||||||
|
|
||||||
public RadSvgImage TitleIcon
|
public RadSvgImage TitleIcon
|
||||||
{
|
{
|
||||||
get => radLabel_Title.Icon;
|
get => radLabel_Title.SvgImage;
|
||||||
set => radLabel_Title.Icon = value;
|
set => radLabel_Title.SvgImage = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected RadFlyoutBase()
|
protected RadFlyoutBase()
|
||||||
|
|||||||
Reference in New Issue
Block a user