Skip to main content
A newer version of this page is available. .

TextExportSettings Fields

The provider of attached properties, which define how to export the text value of a particular dependency object.
Name Description
FontFamilyProperty static Identifies the TextExportSettings.FontFamily attached property.
FontSizeProperty static Identifies the TextExportSettings.FontSize attached property.
FontStyleProperty static Identifies the TextExportSettings.FontStyle attached property.
FontWeightProperty static Identifies the TextExportSettings.FontWeight attached property.
HorizontalAlignmentProperty static Identifies the TextExportSettings.HorizontalAlignment attached property.
NoTextExportProperty static Identifies the TextExportSettings.NoTextExport attached property.
PaddingProperty static Identifies the TextExportSettings.Padding attached property.
TextDecorationsProperty static Identifies the TextExportSettings.TextDecorations dependency property.
TextProperty static Identifies the TextExportSettings.Text attached property.
TextTrimmingProperty static Identifies the TextExportSettings.TextTrimming attached property.
TextValueFormatStringProperty static Identifies the TextExportSettings.TextValueFormatString attached property.
TextValueProperty static Identifies the TextExportSettings.TextValue attached property.
TextWrappingProperty static Identifies the TextExportSettings.TextWrapping attached property.
VerticalAlignmentProperty static Identifies the TextExportSettings.VerticalAlignment attached property.
XlsExportNativeFormatProperty static Identifies the TextExportSettings.XlsExportNativeFormat dependency property.
XlsxFormatStringProperty static Identifies the TextExportSettings.XlsxFormatString dependency property.
See Also