ClassFractionFormatCategoryManager
Class
Manages fraction format strings, providing mappings between fraction denominator types and their corresponding format string patterns.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public static class FractionFormatCategoryManager
Inheritance: objectFractionFormatCategoryManager
Properties
FractionTypeToFormatString
Maps fraction denominator types to their format string representations.
Declaration
cs-api-definition
public static Dictionary<FractionDenominatorType, string> FractionTypeToFormatString { get; }
Property Value
Dictionary<FractionDenominatorType, string>
The fraction type to format string.