Gets the base resolution of this GraphicsUnit object.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual double UnitsPerInch { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property UnitsPerInch As Double |
A double value specifying the resolution of this unit.
See Also