Class FontTabContent
Represents the content of the font tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FontTabContent : FormatCellsTabContentBase<IFontTabContext>, IFormatCellsTabContent<IFontTabContext>, IFormatCellsTabContent
Constructors
FontTabContent()
Fields
ColorPaletteProperty
Color palette dependency property.
Declaration
public static readonly DependencyProperty ColorPaletteProperty
Field Value
System.
|
FontFamilyInfoProperty
Font family info dependency property.
Declaration
public static readonly DependencyProperty FontFamilyInfoProperty
Field Value
System.
|
FontFamilyInfosProperty
Font family infos dependency property.
Declaration
public static readonly DependencyProperty FontFamilyInfosProperty
Field Value
System.
|
FontSizesProperty
Selected sizes dependency property.
Declaration
public static readonly DependencyProperty FontSizesProperty
Field Value
System.
|
ForeColorProperty
Fore color dependency property.
Declaration
public static readonly DependencyProperty ForeColorProperty
Field Value
System.
|
SelectedFontSizeProperty
Selected font size dependency property.
Declaration
public static readonly DependencyProperty SelectedFontSizeProperty
Field Value
System.
|
SelectedFontStyleProperty
Selected font style dependency property.
Declaration
public static readonly DependencyProperty SelectedFontStyleProperty
Field Value
System.
|
UnderlineTypeProperty
Underline type dependency property.
Declaration
public static readonly DependencyProperty UnderlineTypeProperty
Field Value
System.
|
Properties
ColorPalette
Gets or sets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
Spreadsheet The color palette. |
FontFamilyInfo
Gets or sets the font family info.
Declaration
public FontFamilyInfo FontFamilyInfo { get; set; }
Property Value
Font The font family info. |
FontFamilyInfos
Gets or sets the font family infos.
Declaration
public IEnumerable<FontFamilyInfo> FontFamilyInfos { get; set; }
Property Value
System. The font family infos. |
FontSizes
Gets or sets the font sizes.
Declaration
public IEnumerable<double> FontSizes { get; set; }
Property Value
System. The font sizes. |
FontStyles
Gets the font styles.
Declaration
public ReadOnlyObservableCollection<RadFontStyle> FontStyles { get; }
Property Value
System. The font styles. |
ForeColor
Gets or sets the color of the fore.
Declaration
public Color ForeColor { get; set; }
Property Value
System. The color of the fore. |
SelectedFontSize
Gets or sets the size of the selected font.
Declaration
public double SelectedFontSize { get; set; }
Property Value
System. The size of the selected font. |
SelectedFontStyle
Gets or sets the selected font style.
Declaration
public RadFontStyle SelectedFontStyle { get; set; }
Property Value
Rad The selected font style. |
UnderlineType
Gets or sets the type of the underline.
Declaration
public UnderlineType UnderlineType { get; set; }
Property Value
Telerik. The type of the underline. |
UnderlineTypes
Gets the underline types.
Declaration
public ReadOnlyObservableCollection<UnderlineType> UnderlineTypes { get; }
Property Value
System. The underline types. |
Methods
CopyPropertiesFromContext(IFontTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IFontTabContext context)
Parameters
IFont The context. |
Overrides
CopyPropertiesToContext(IFontTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IFontTabContext context)
Parameters
IFont The context. |
Overrides
OnApplyingChanges()
Called when changes are applying.
Declaration
public override void OnApplyingChanges()
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |