Class BorderTypePredefinedSettings
Inheritance
System.Object
BorderTypePredefinedSettings
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class BorderTypePredefinedSettings : Object, INotifyPropertyChanged
Constructors
BorderTypePredefinedSettings(BitmapImage, BorderTypes, String)
Declaration
public BorderTypePredefinedSettings(BitmapImage bitmapImage, BorderTypes borderType, string description)
Parameters
System.Windows.Media.Imaging.BitmapImage
bitmapImage
|
BorderTypes
borderType
|
System.String
description
|
Properties
BitmapImage
Declaration
public BitmapImage BitmapImage { get; set; }
Property Value
System.Windows.Media.Imaging.BitmapImage
|
BorderType
DependingInstances
Declaration
public List<PriorityDependencySettings> DependingInstances { get; }
Property Value
System.Collections.Generic.List<PriorityDependencySettings>
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Methods
SetDependingInstances(List<PriorityDependencySettings>)
Declaration
public void SetDependingInstances(List<PriorityDependencySettings> dependingInstances)
Parameters
System.Collections.Generic.List<PriorityDependencySettings>
dependingInstances
|
SetIsChecked(Boolean)
Declaration
public void SetIsChecked(bool isChecked)
Parameters
System.Boolean
isChecked
|
Events
IsCheckedChanged
Declaration
public event EventHandler IsCheckedChanged
Event Type
System.EventHandler
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|