Specifies a device pixel as the unit of measure.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public static readonly GraphicsUnit Pixel |
Visual Basic
Copy Code
|
|---|
Public Shared ReadOnly Pixel As GraphicsUnit |
RemarksThe UnitsPerInch property of this unit is initialized to a value, based on the current DPI settings of the system.
See Also