mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 07:36:35 +08:00
13 lines
266 B
C#
13 lines
266 B
C#
namespace Fluent
|
|
{
|
|
/// <summary>
|
|
/// Meant to support interop scenarios
|
|
/// </summary>
|
|
public interface IRibbonWindow
|
|
{
|
|
/// <summary>
|
|
/// Gets the titlebar
|
|
/// </summary>
|
|
RibbonTitleBar TitleBar { get; }
|
|
}
|
|
} |