mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 12:43:24 +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; }
|
|||
|
|
}
|
|||
|
|
}
|