Class PropertyWrapping
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents generic text wrapping settings (line wrapping and force wrapping).
public class PropertyWrapping : DomItem
- Inheritance
-
PropertyWrapping
- Derived
- Inherited Members
Properties
Force
Gets or sets whether wrapping should be forced.
public string Force { get; set; }
Property Value
Line
Gets or sets the line wrapping mode.
public string Line { get; set; }