skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class FontTabContent

Represents the content of the font tab of the FormatCellsDialog.

Inheritance
System.Object
ControlBase
FormatCellsTabContentBase<IFontTabContext>
FontTabContent
Inherited Members
FormatCellsTabContentBase<IFontTabContext>.CopyPropertiesToContext(IFormatCellsTabContext)
FormatCellsTabContentBase<IFontTabContext>.CopyPropertiesFromContext(IFormatCellsTabContext)
FormatCellsTabContentBase<IFontTabContext>.OnWindowClosed()
FormatCellsTabContentBase<IFontTabContext>.IsPreventApplyingChanges
ControlBase.GetTemplateChild<T>(String)
ControlBase.GetRequiredTemplateChild<T>(String, Boolean)
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll

Syntax

public class FontTabContent : FormatCellsTabContentBase<IFontTabContext>, IFormatCellsTabContent<IFontTabContext>, IFormatCellsTabContent

Constructors

FontTabContent()

Initializes a new instance of the FontTabContent class.

Declaration
public FontTabContent()

Fields

ColorPaletteProperty

Color palette dependency property.

Declaration
public static readonly DependencyProperty ColorPaletteProperty
Field Value
System.Windows.DependencyProperty

FontFamilyInfoProperty

Font family info dependency property.

Declaration
public static readonly DependencyProperty FontFamilyInfoProperty
Field Value
System.Windows.DependencyProperty

FontFamilyInfosProperty

Font family infos dependency property.

Declaration
public static readonly DependencyProperty FontFamilyInfosProperty
Field Value
System.Windows.DependencyProperty

FontSizesProperty

Selected sizes dependency property.

Declaration
public static readonly DependencyProperty FontSizesProperty
Field Value
System.Windows.DependencyProperty

ForeColorProperty

Fore color dependency property.

Declaration
public static readonly DependencyProperty ForeColorProperty
Field Value
System.Windows.DependencyProperty

SelectedFontSizeProperty

Selected font size dependency property.

Declaration
public static readonly DependencyProperty SelectedFontSizeProperty
Field Value
System.Windows.DependencyProperty

SelectedFontStyleProperty

Selected font style dependency property.

Declaration
public static readonly DependencyProperty SelectedFontStyleProperty
Field Value
System.Windows.DependencyProperty

UnderlineTypeProperty

Underline type dependency property.

Declaration
public static readonly DependencyProperty UnderlineTypeProperty
Field Value
System.Windows.DependencyProperty

Properties

ColorPalette

Gets or sets the color palette.

Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
SpreadsheetColorPalette

The color palette.

FontFamilyInfo

Gets or sets the font family info.

Declaration
public FontFamilyInfo FontFamilyInfo { get; set; }
Property Value
FontFamilyInfo

The font family info.

FontFamilyInfos

Gets or sets the font family infos.

Declaration
public IEnumerable<FontFamilyInfo> FontFamilyInfos { get; set; }
Property Value
System.Collections.Generic.IEnumerable<FontFamilyInfo>

The font family infos.

FontSizes

Gets or sets the font sizes.

Declaration
public IEnumerable<double> FontSizes { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Double>

The font sizes.

FontStyles

Gets the font styles.

Declaration
public ReadOnlyObservableCollection<RadFontStyle> FontStyles { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyObservableCollection<RadFontStyle>

The font styles.

ForeColor

Gets or sets the color of the fore.

Declaration
public Color ForeColor { get; set; }
Property Value
System.Windows.Media.Color

The color of the fore.

SelectedFontSize

Gets or sets the size of the selected font.

Declaration
public double SelectedFontSize { get; set; }
Property Value
System.Double

The size of the selected font.

SelectedFontStyle

Gets or sets the selected font style.

Declaration
public RadFontStyle SelectedFontStyle { get; set; }
Property Value
RadFontStyle

The selected font style.

UnderlineType

Gets or sets the type of the underline.

Declaration
public UnderlineType UnderlineType { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.UnderlineType

The type of the underline.

UnderlineTypes

Gets the underline types.

Declaration
public ReadOnlyObservableCollection<UnderlineType> UnderlineTypes { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyObservableCollection<Telerik.Windows.Documents.Spreadsheet.Model.UnderlineType>

The underline types.

Methods

CopyPropertiesFromContext(IFontTabContext)

Copies the properties from context.

Declaration
public override void CopyPropertiesFromContext(IFontTabContext context)
Parameters
IFontTabContext context

The context.

Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.FormatCellsTabContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.IFontTabContext>.CopyPropertiesFromContext(Telerik.Windows.Controls.Spreadsheet.Dialogs.IFontTabContext)

CopyPropertiesToContext(IFontTabContext)

Copies the properties to context.

Declaration
public override void CopyPropertiesToContext(IFontTabContext context)
Parameters
IFontTabContext context

The context.

Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.FormatCellsTabContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.IFontTabContext>.CopyPropertiesToContext(Telerik.Windows.Controls.Spreadsheet.Dialogs.IFontTabContext)

OnApplyingChanges()

Called when changes are applying.

Declaration
public override void OnApplyingChanges()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.FormatCellsTabContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.IFontTabContext>.OnApplyingChanges()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.