Class FontListBase
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class FontListBase : Control
Constructors
FontListBase()
Declaration
public FontListBase()
Methods
CoerceAllFontsProperty(DependencyObject, Object)
Coerces Syncfusion.Windows.Tools.Controls.FontListBase.AllFonts property. Fulfils the logic before setting the Syncfusion.Windows.Tools.Controls.FontListBase.AllFonts value.
Declaration
public static object CoerceAllFontsProperty(DependencyObject d, object baseValue)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | d | FontListBox instance to which this property belongs. |
System.Object | baseValue | New value. |
Returns
Type | Description |
---|---|
System.Object | Value that should be set. |
OnAllFontsChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises AllFontsChanged event.
Declaration
protected virtual void OnAllFontsChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property changes details, such as old value and new value. |
Events
AllFontsChanged
Event that is raised when Syncfusion.Windows.Tools.Controls.FontListBase.AllFonts property is changed.
Declaration
public event PropertyChangedCallback AllFontsChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |