Class FontTabContent
Represents the content of the font tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FontTabContent : FormatCellsTabContentBase<IFontTabContext>, IFormatCellsTabContent<IFontTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
FontTabContent()
Properties
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.Drawing.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
UnderlineType
The type of the underline. |
UnderlineTypes
Gets the underline types.
Declaration
public ReadOnlyObservableCollection<UnderlineType> UnderlineTypes { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyObservableCollection<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
CopyPropertiesToContext(IFontTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IFontTabContext context)
Parameters
IFontTabContext
context
The context. |
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
GetLocalizedStrings()
Declaration
public void GetLocalizedStrings()
OnApplyingChanges()
Called when changes are applying.
Declaration
public override void OnApplyingChanges()
Overrides
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|