Class
BorderTypePredefinedSettings

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: INotifyPropertyChanged

Constructors

BorderTypePredefinedSettings(BitmapImage, BorderTypes, string)

Declaration

cs-api-definition
public BorderTypePredefinedSettings(BitmapImage bitmapImage, BorderTypes borderType, string description)

Parameters

bitmapImage

BitmapImage

borderType

BorderTypes

description

string

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

BorderTypes

DependingInstances

Declaration

cs-api-definition
public List<PriorityDependencySettings> DependingInstances { get; }

Property Value

List<PriorityDependencySettings>

Description

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

IsChecked

Declaration

cs-api-definition
public bool IsChecked { get; set; }

Property Value

bool

Methods

SetDependingInstances(List<PriorityDependencySettings>)

Declaration

cs-api-definition
public void SetDependingInstances(List<PriorityDependencySettings> dependingInstances)

Parameters

dependingInstances

List<PriorityDependencySettings>

SetIsChecked(bool)

Declaration

cs-api-definition
public void SetIsChecked(bool isChecked)

Parameters

isChecked

bool

Events

IsCheckedChanged

Declaration

cs-api-definition
public event EventHandler IsCheckedChanged

Event Value

EventHandler

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged