Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DefaultValueAttribute(true)]
[XmlAttributeAttribute]
public bool ts { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute> _
Public Property ts As Boolean

See Also