FontFamily::Baseline Property

 

Gets or sets the distance between the baseline and the character cell top.

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

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

Property Value

Type: System::Double

A Double that indicates the distance between the baseline and the character cell top, expressed as a fraction of the font em size.

.NET Framework
Available since 3.0
Return to top
Show: