Class PriorityDependencySettings
Inheritance
System.Object
PriorityDependencySettings
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PriorityDependencySettings : Object
Constructors
PriorityDependencySettings(BorderTypePredefinedSettings, Int32)
Declaration
public PriorityDependencySettings(BorderTypePredefinedSettings settings, int priority)
Parameters
BorderTypePredefinedSettings
settings
|
System.Int32
priority
|
Properties
Priority
Declaration
public int Priority { get; set; }
Property Value
System.Int32
|
Settings
Declaration
public BorderTypePredefinedSettings Settings { get; set; }
Property Value
BorderTypePredefinedSettings
|