Class TwoStatesButtonTemplateCaptions
Represents a set of constants corresponding to the button normal captions for TwoStatesButtonWidget with font ZapfDingbats.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class TwoStatesButtonTemplateCaptions
Fields
Check
The check button template caption.
Declaration
public const string Check = "4"
Field Value
System.String
|
Circle
The circle button template caption.
Declaration
public const string Circle = "l"
Field Value
System.String
|
Cross
The cross button template caption.
Declaration
public const string Cross = "8"
Field Value
System.String
|
Diamond
The diamond button template caption.
Declaration
public const string Diamond = "u"
Field Value
System.String
|
Square
The square button template caption.
Declaration
public const string Square = "n"
Field Value
System.String
|
Star
The star button template caption.
Declaration
public const string Star = "H"
Field Value
System.String
|