Enum UnitType
Represents the type of a Unit.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public enum UnitType
Remarks
1 inch = 6 picas = 72 points.
1 centimeter = 10 millimeters.
Pixels convert to and from other units based on the dpi of the current graphics context.
Cm
Represents centimeters. String equivalent used in Unit's constructor should be "cm".
Inch
Represents inches. String equivalent used in Unit's constructor should be "in".
Mm
Represents millimeters. String equivalent used in Unit's constructor should be "mm".
Pica
Represents picas. String equivalent used in Unit's constructor should be "pc".
Pixel
Represents device independent pixels (dips). String equivalent used in Unit's constructor should be "px".
Point
Represents points. String equivalent used in Unit's constructor should be "pt".