FontFallBackRulesCollection Properties

The FontFallBackRulesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of rules actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyCode exampleItem
Gets the rule at the specified index. Read-only IFontFallBackRule.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
See Also