Represents a Value and Type properties as a single string, e.g. "5mm"

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

Syntax

C#
[BrowsableAttribute(false)]
public string UnitValue { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property UnitValue As String

See Also