Dela via


RibbonTwoLineText.BaselineOffset Property

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property BaselineOffset As Double
public double BaselineOffset { get; set; }
public:
property double BaselineOffset {
    double get ();
    void set (double value);
}
member BaselineOffset : float with get, set
function get BaselineOffset () : double
function set BaselineOffset (value : double)

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.

Dependency Property Information

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

Remarks

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

.NET Framework Security

See Also

Reference

RibbonTwoLineText Class

Microsoft.Windows.Controls.Ribbon Namespace