Search
GraphicsUnit.Pixel Field
See Also
 





Specifies a device pixel as the unit of measure.

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

 Syntax

C#  Copy Code

public static readonly GraphicsUnit Pixel

Visual Basic  Copy Code

Public Shared ReadOnly Pixel As GraphicsUnit

 Remarks

The UnitsPerInch property of this unit is initialized to a value, based on the current DPI settings of the system.

 See Also