命名调整
This commit is contained in:
@@ -107,29 +107,6 @@ namespace ShrlAlgo.Toolkit.Wpf.Controls
|
||||
SetValue(TitleTemplateProperty, value);
|
||||
}
|
||||
}
|
||||
|
||||
///// <summary>
|
||||
///// The icon inside the window's title bar.
|
||||
///// </summary>
|
||||
//public static readonly DependencyProperty TitleBarIconProperty = DependencyProperty.Register(
|
||||
// nameof(TitleBarIcon), typeof(ImageSource), typeof(MaterialWindow), new FrameworkPropertyMetadata(null, null));
|
||||
|
||||
///// <summary>
|
||||
///// The icon inside the window's title bar.
|
||||
///// </summary>
|
||||
//public ImageSource TitleBarIcon
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return (ImageSource)GetValue(TitleBarIconProperty);
|
||||
// }
|
||||
|
||||
// set
|
||||
// {
|
||||
// SetValue(TitleBarIconProperty, value);
|
||||
// }
|
||||
//}
|
||||
|
||||
private Button m_minimizeButton;
|
||||
private Button m_maximizeRestoreButton;
|
||||
private Button m_closeButton;
|
||||
|
||||
Reference in New Issue
Block a user