Class PriorityDependencySettings
Inheritance
System.Object
PriorityDependencySettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PriorityDependencySettings
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
|