TextRunProperties::PixelsPerDip Property

 

Get or sets the PixelsPerDip at which the text should be rendered.

Namespace:   System.Windows.Media.TextFormatting
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double PixelsPerDip {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The current PixelsPerDip value.

.NET Framework
Available since 4.6.2
Return to top
Show: