Gets the sample text information for the GlyphTypeface object.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public IDictionary<int, string> SampleTexts { get; internal set; } |
| Visual Basic |
|---|
Public Property SampleTexts As IDictionary(Of Integer, String) Get Friend Set |
| Visual C++ |
|---|
public: property IDictionary<int, String^>^ SampleTexts { IDictionary<int, String^>^ get (); internal: void set (IDictionary<int, String^>^ value); } |