MindFusion.Wpf Pack Programmer's Guide
Page.MeasureUnit Property
See Also
 





Gets or sets the unit of measure for the items on the page. If this property is not set, its value will be inherited from the containing report.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public GraphicsUnit MeasureUnit { get; set; }

Visual Basic  Copy Code

Public Property MeasureUnit As GraphicsUnit

 Property Value

An instance of the GraphicsUnit class.

 Remarks

This is a convenience property for getting and setting the Report.MeasureUnit attached property on this page. This property is inherited; that is, items which do not explicitly specify a value for it, will inherit the value from their parent item, which in turn will inherit it from its parent, and so on.

 See Also

Page Members
Page Class
MindFusion.Reporting.Wpf Namespace