RibbonTwoLineText::BaselineOffset Property

.NET Framework (current version)
 

Gets or sets the amount by which each line of text is offset from the baseline.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

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

Property Value

Type: System::Double

The amount by which each line of text is offset from the baseline, in device independent pixels. A value of Double::NaN indicates that an optimal baseline offset is automatically calculated from the current font characteristics. The default is Double::NaN.

This property gets or sets the value of the BaselineOffset property of the control’s internal TextBlock. For more information, see TextBlock::BaselineOffset.

The baseline is the invisible horizontal line with which the base of each character in a line of text is aligned.

Identifier field

BaselineOffsetProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: