Class PropertyTextQuoteCodes
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a property for defining the start and end quote codes in a text.
public class PropertyTextQuoteCodes : DomItem
- Inheritance
-
PropertyTextQuoteCodes
- Inherited Members
Remarks
This class provides properties to specify the start and end quote codes used in text formatting.
Properties
End
Gets or sets the end quote code.
public string End { get; set; }
Property Value
Start
Gets or sets the start quote code.
public string Start { get; set; }