mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
priority
This commit is contained in:
@@ -20,6 +20,10 @@ namespace AIStudio.Wpf.Mind.Controls
|
||||
/// </summary>
|
||||
public class RateControl : Control
|
||||
{
|
||||
static RateControl()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(RateControl), new FrameworkPropertyMetadata(typeof(RateControl)));
|
||||
}
|
||||
|
||||
/// <summary>Identifies the <see cref="Rate"/> dependency property.</summary>
|
||||
public static readonly DependencyProperty RateProperty
|
||||
|
||||
Reference in New Issue
Block a user