ClassBorderTypePredefinedSettings
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class BorderTypePredefinedSettings : INotifyPropertyChanged
Inheritance: objectBorderTypePredefinedSettings
Implements:
Constructors
BorderTypePredefinedSettings(BitmapImage, BorderTypes, string)
Declaration
cs-api-definition
public BorderTypePredefinedSettings(BitmapImage bitmapImage, BorderTypes borderType, string description)
Parameters
bitmapImage
BitmapImage
borderType
description
Properties
BitmapImage
Declaration
cs-api-definition
public BitmapImage BitmapImage { get; set; }
Property Value
BitmapImage
BorderType
Declaration
cs-api-definition
public BorderTypes BorderType { get; set; }
Property Value
DependingInstances
Declaration
cs-api-definition
public List<PriorityDependencySettings> DependingInstances { get; }
Property Value
Methods
SetDependingInstances(List<PriorityDependencySettings>)
Declaration
cs-api-definition
public void SetDependingInstances(List<PriorityDependencySettings> dependingInstances)
Parameters
dependingInstances
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements