ContentPresenter.OpticalMarginAlignment Property

Definition

Get or sets a value that indicates how the font is modified to align with fonts of different sizes.

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

void OpticalMarginAlignment(OpticalMarginAlignment value);
public OpticalMarginAlignment OpticalMarginAlignment { get; set; }
var opticalMarginAlignment = contentPresenter.opticalMarginAlignment;
contentPresenter.opticalMarginAlignment = opticalMarginAlignment;
Public Property OpticalMarginAlignment As OpticalMarginAlignment
<ContentPresenter OpticalMarginAlignment="None"/>
-or-
<ContentPresenter OpticalMarginAlignment="TrimSideBearings"/>

Property Value

A value of the enumeration that indicates how the font is modified to align at different sizes. The default is None.

Applies to