MindFusion.Reporting for Silverlight Programmer's Guide
MeasureUnit Enumeration
See Also
 





Specifies units of measure.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public enum MeasureUnit

Visual Basic  Copy Code

Public Enum MeasureUnit

 Members

  Member name Description

Document

Indicates that the unit of measure is the document's measure unit.

Inch

Indicates an inch as the unit of measure.

Millimeter

Indicates a millimeter as the unit of measure.

Percent

Indicates percentage relative to the total size of the containing element.

PercentRemainder

Indicates percentage relative to the remaining size of the containing element.

Pixel

Indicates a pixel as the unit of measure.

Note: This member is not available in Silverlight.

Point

Indicates a point (1/72-th of an inch) as the unit of measure.

WpfPoint

Indicates a device-independent pixel (1/96-th of an inch) as the unit of measure.

 See Also

MindFusion.Reporting.Silverlight Namespace