Class FractionFormatCategoryManager
Manages fraction format strings, providing mappings between fraction denominator types and their corresponding format string patterns.
Inheritance
System.Object
FractionFormatCategoryManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class FractionFormatCategoryManager
Properties
FractionTypeToFormatString
Maps fraction denominator types to their format string representations.
Declaration
public static Dictionary<FractionDenominatorType, string> FractionTypeToFormatString { get; }
Property Value
|
System.Collections.Generic.Dictionary<FractionDenominatorType, System.String>
The fraction type to format string. |