Enum
UnitType

Represents the type of a Unit.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(EnumTypeConverter<UnitType>))]
public enum UnitType

Fields

Cm

Represents centimeters. String equivalent used in Unit's constructor should be "cm".

Declaration

cs-api-definition
Cm = 6

Field Value

UnitType

Inch

Represents inches. String equivalent used in Unit's constructor should be "in".

Declaration

cs-api-definition
Inch = 4

Field Value

UnitType

Mm

Represents millimeters. String equivalent used in Unit's constructor should be "mm".

Declaration

cs-api-definition
Mm = 5

Field Value

UnitType

Pica

Represents picas. String equivalent used in Unit's constructor should be "pc".

Declaration

cs-api-definition
Pica = 3

Field Value

UnitType

Pixel

Represents device independent pixels (dips). String equivalent used in Unit's constructor should be "px".

Declaration

cs-api-definition
Pixel = 1

Field Value

UnitType

Point

Represents points. String equivalent used in Unit's constructor should be "pt".

Declaration

cs-api-definition
Point = 2

Field Value

UnitType

In this article
DefinitionFieldsCmInchMmPicaPixelPoint
Not finding the help you need?
Contact Support