Provides predefined caption constants for TwoStatesButtonWidget that render as symbols when using the ZapfDingbats font.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public static class TwoStatesButtonTemplateCaptions
Inheritance: objectTwoStatesButtonTemplateCaptions
Fields
The caption character that displays as a checkmark symbol in ZapfDingbats font.
C#
public const string Check = "4"
The caption character that displays as a filled circle symbol in ZapfDingbats font.
C#
public const string Circle = "l"
The caption character that displays as a cross symbol in ZapfDingbats font.
C#
public const string Cross = "8"
The caption character that displays as a diamond symbol in ZapfDingbats font.
C#
public const string Diamond = "u"
The caption character that displays as a square symbol in ZapfDingbats font.
C#
public const string Square = "n"