MindFusion.Reporting for Silverlight Programmer's Guide
Report.GetMeasureUnit Method
See Also
 





Gets the value of the Report.MeasureUnit attached property for a given dependency object.

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

 Syntax

C#  Copy Code

public static GraphicsUnit GetMeasureUnit (
    DependencyObject target
)

Visual Basic  Copy Code

Public Shared Function GetMeasureUnit ( _
    target As DependencyObject _
) As GraphicsUnit

 Parameters

target

The element from which the property value is read.

 Return Value

The value of the MeasureUnit property for the specified element.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace
SetMeasureUnit Method